update aqua version, update aqua callservice hash

This commit is contained in:
DieMyst
2020-12-24 16:13:45 +03:00
parent f6fd95ce77
commit cbecbf95f3
4 changed files with 10 additions and 10 deletions

View File

@ -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);