Skip to content

Commit

Permalink
chore: add log
Browse files Browse the repository at this point in the history
  • Loading branch information
phutxorai committed Nov 27, 2024
1 parent 7d61790 commit 9fdf24c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/orchestrator/src/services/signer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class SignerService implements RelayerInterface {
}

async relay() {
this.logger.info(`Starting signer server!`);
let { xpriv, xpub } = await this.loadOrGenerateXpriv();
ContractSimulator.sync();
const signatoryKey = await this.appBitcoinClient.signatoryKey({
Expand Down

0 comments on commit 9fdf24c

Please sign in to comment.