WS: fix ledger_accept.

This commit is contained in:
Arthur Britto
2012-10-10 00:06:26 -07:00
parent e801b80704
commit 23938b8c2d

View File

@@ -551,6 +551,8 @@ void WSConnection::doLedgerAccept(Json::Value& jvResult, const Json::Value& jvRe
}
else
{
theApp->getOPs().acceptLedger();
jvResult["ledger_current_index"] = mNetwork.getCurrentLedgerID();
}
}