Skip to content

Commit

Permalink
fix: use lowball config for second Elements client
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 committed Apr 22, 2024
1 parent 50b1aa4 commit ee3d5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/chain/ElementsWrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class ElementsWrapper

if (config.lowball !== undefined) {
this.logger.info(`Using lowball for ${this.clients[0].serviceName()}`);
this.clients.push(new ElementsClient(this.logger, config, true));
this.clients.push(new ElementsClient(this.logger, config.lowball, true));
}
}

Expand Down

0 comments on commit ee3d5be

Please sign in to comment.