Skip to content

Commit

Permalink
Merge branch 'main' into update-find-wallet-for-redemption
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-zimnoch committed Jul 13, 2023
2 parents 19e2dff + 55e2735 commit 5f6b241
Show file tree
Hide file tree
Showing 2 changed files with 304 additions and 104 deletions.
3 changes: 1 addition & 2 deletions system-tests/test/deposit-redemption.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,12 +262,11 @@ describe("System Test - Deposit and redemption", () => {
systemTestsContext.depositorBitcoinKeyPair.publicKey.compressed
)}`

await TBTC.requestRedemption(
await depositorBridgeHandle.requestRedemption(
systemTestsContext.walletBitcoinKeyPair.publicKey.compressed,
sweepUtxo,
redeemerOutputScript,
requestedAmount,
depositorBridgeHandle
)

console.log(
Expand Down
Loading

0 comments on commit 5f6b241

Please sign in to comment.