mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 18:45:52 +00:00
Fixes for emit ledger_closed.
This commit is contained in:
@@ -29,7 +29,7 @@ buster.testCase("//Monitor account", {
|
||||
function (callback) {
|
||||
self.what = "Close ledger.";
|
||||
|
||||
self.remote.once('ledger_closed', function (ledger_closed, ledger_index) {
|
||||
self.remote.once('ledger_closed', function () {
|
||||
callback();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user