mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 08:46:46 +00:00
fix clang & address review comments
This commit is contained in:
@@ -421,8 +421,8 @@ class Simulate_test : public beast::unit_test::Suite
|
||||
}
|
||||
{
|
||||
// tfInnerBatchTxn flag on top-level transaction
|
||||
Json::Value params;
|
||||
Json::Value tx_json = Json::objectValue;
|
||||
json::Value params;
|
||||
json::Value tx_json{json::ValueType::Object};
|
||||
tx_json[jss::TransactionType] = jss::AccountSet;
|
||||
tx_json[jss::Account] = env.master.human();
|
||||
tx_json[jss::Flags] = tfInnerBatchTxn;
|
||||
|
||||
Reference in New Issue
Block a user