mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-28 01:20:32 +00:00
refactor: Use more scoped enums (#7086)
This commit is contained in:
@@ -20,7 +20,7 @@ public:
|
||||
auto wsc = makeWSClient(env.app().config());
|
||||
{
|
||||
json::Value jv;
|
||||
jv["streams"] = json::ArrayValue;
|
||||
jv["streams"] = json::ValueType::Array;
|
||||
jv["streams"].append("ledger");
|
||||
}
|
||||
env.fund(XRP(10000), "alice");
|
||||
|
||||
Reference in New Issue
Block a user