mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-04 01:06:48 +00:00
refactor: Use more scoped enums (#7086)
This commit is contained in:
@@ -692,7 +692,7 @@ public:
|
||||
{
|
||||
aliceSeq = env.seq(alice);
|
||||
json::Value jv = setupTx();
|
||||
jv[jss::tx_json][sfSigners.fieldName] = json::Value{json::ArrayValue};
|
||||
jv[jss::tx_json][sfSigners.fieldName] = json::Value{json::ValueType::Array};
|
||||
beckySign(jv);
|
||||
auto jrr = env.rpc("json", "submit_multisigned", to_string(jv))[jss::result];
|
||||
BEAST_EXPECT(jrr[jss::status] == "error");
|
||||
|
||||
Reference in New Issue
Block a user