mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-21 11:35:53 +00:00
Add a 'binary' option to doLedgerEntry
This commit is contained in:
@@ -2993,6 +2993,9 @@ Json::Value RPCHandler::doLedgerEntry (Json::Value params, LoadType* loadType, A
|
|||||||
{
|
{
|
||||||
SLE::pointer sleNode = mNetOps->getSLEi (lpLedger, uNodeIndex);
|
SLE::pointer sleNode = mNetOps->getSLEi (lpLedger, uNodeIndex);
|
||||||
|
|
||||||
|
if (params.isMember("binary"))
|
||||||
|
bNodeBinary = params["binary"].asBool();
|
||||||
|
|
||||||
if (!sleNode)
|
if (!sleNode)
|
||||||
{
|
{
|
||||||
// Not found.
|
// Not found.
|
||||||
|
|||||||
Reference in New Issue
Block a user