mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
Streamer fix.
This commit is contained in:
@@ -179,7 +179,7 @@ async function streamCluster(cluster) {
|
||||
host = parts[0];
|
||||
port = parseInt(parts[1]);
|
||||
}
|
||||
streamNode(cluster.name, (idx + 1), host, cluster.userPort);
|
||||
streamNode(cluster.name, (idx + 1), host, port);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user