mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-21 20:25:52 +00:00
@@ -43,7 +43,7 @@ binaryStringToUint256(std::string const& bin)
|
||||
std::string
|
||||
ledgerInfoToBinaryString(ripple::LedgerInfo const& info)
|
||||
{
|
||||
auto const blob = RPC::ledgerInfoToBlob(info, true);
|
||||
auto const blob = rpc::ledgerInfoToBlob(info, true);
|
||||
std::string strBlob;
|
||||
for (auto c : blob)
|
||||
strBlob += c;
|
||||
|
||||
Reference in New Issue
Block a user