mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2025-06-28 23:31:33 +00:00
update aqua version, update aqua callservice hash
This commit is contained in:
@ -76,7 +76,7 @@ export class FluenceConnection {
|
||||
if (this.status === Status.Initializing) {
|
||||
await this.node.start();
|
||||
|
||||
log.debug('dialing to the node with address: ' + this.node.peerId.toB58String());
|
||||
log.debug(`dialing to the node with client's address: ` + this.node.peerId.toB58String());
|
||||
|
||||
await this.node.dial(this.address);
|
||||
|
||||
|
Reference in New Issue
Block a user