Skip to content

Commit

Permalink
Print tcoin depositor address
Browse files Browse the repository at this point in the history
This is a commit for debugging purposes, not intended for merge to
main.
  • Loading branch information
michalinacienciala committed Nov 1, 2023
1 parent 95ad1a2 commit a26b7e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions system-tests/test/deposit-redemption.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,11 @@ describe("System Test - Deposit and redemption", () => {
Hex.from(systemTestsContext.depositorBitcoinKeyPair.publicKey.compressed),
BitcoinNetwork.Testnet,
)
console.log(`
Depositor Bitcoin address:
${depositorBitcoinAddress}
`)

const depositorUtxos = await electrumClient.findAllUnspentTransactionOutputs(
depositorBitcoinAddress
)
Expand Down

0 comments on commit a26b7e7

Please sign in to comment.