mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-28 23:15:52 +00:00
Ticket integration tests
This commit is contained in:
committed by
Nik Bougalis
parent
39730fc13e
commit
4c7fd18230
@@ -122,7 +122,10 @@ function build_setup(opts, host) {
|
||||
|
||||
function connect_websocket(callback) {
|
||||
self.remote = data.remote = Remote.from_config(host, !!opts.verbose_ws);
|
||||
self.remote.once('ledger_closed', function() {
|
||||
|
||||
// TODO:
|
||||
self.remote.once('connected', function() {
|
||||
// self.remote.once('ledger_closed', function() {
|
||||
callback();
|
||||
});
|
||||
self.remote.connect();
|
||||
|
||||
Reference in New Issue
Block a user