mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-27 00:50:45 +00:00
refactor: Use more scoped enums (#7086)
This commit is contained in:
@@ -40,7 +40,7 @@ public:
|
||||
std::unique_ptr<AbstractClient> client =
|
||||
useWS ? makeWSClient(env.app().config()) : makeJSONRPCClient(env.app().config());
|
||||
|
||||
json::Value tx = json::ObjectValue;
|
||||
json::Value tx = json::ValueType::Object;
|
||||
tx[jss::tx_json] = pay(alice, bob, XRP(1));
|
||||
tx[jss::secret] = toBase58(generateSeed("alice"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user