mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove the use of beast::String from rippled (RIPD-443)
This commit is contained in:
committed by
Vinnie Falco
parent
4241dbb600
commit
c0b69e8ef7
@@ -173,7 +173,7 @@ public:
|
||||
createGossip (g[i]);
|
||||
|
||||
for (int i = 0; i < 5; ++i)
|
||||
logic.importConsumers (beast::String::fromNumber (i).toStdString(), g[i]);
|
||||
logic.importConsumers (std::to_string (i), g[i]);
|
||||
|
||||
pass();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user