mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
JS: Add ledger_accept to remote.js
This commit is contained in:
@@ -551,7 +551,7 @@ void WSConnection::doLedgerAccept(Json::Value& jvResult, const Json::Value& jvRe
|
||||
}
|
||||
else
|
||||
{
|
||||
theApp->getOPs().acceptLedger();
|
||||
mNetwork.acceptLedger();
|
||||
|
||||
jvResult["ledger_current_index"] = mNetwork.getCurrentLedgerID();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user