mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Get names of transactions and ledger types from jss
This commit is contained in:
committed by
Manoj doshi
parent
be139d9bde
commit
b39b0fef39
@@ -88,7 +88,7 @@ class AmendmentBlocked_test : public beast::unit_test::suite
|
||||
|
||||
Json::Value set_tx;
|
||||
set_tx[jss::Account] = bob.human();
|
||||
set_tx[jss::TransactionType] = "AccountSet";
|
||||
set_tx[jss::TransactionType] = jss::AccountSet;
|
||||
set_tx[jss::Fee] =
|
||||
static_cast<uint32_t>(8 * env.current()->fees().base);
|
||||
set_tx[jss::Sequence] = env.seq(bob);
|
||||
|
||||
Reference in New Issue
Block a user