Skip to content

Commit

Permalink
test: manually execute redeem
Browse files Browse the repository at this point in the history
  • Loading branch information
bvotteler committed Mar 1, 2024
1 parent 1b193f0 commit 4bd6336
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import {
submitExtrinsic,
vaultStatusToLabel,
} from "../../../../utils/helpers";
import { redeem } from "../../../../utils/issue-redeem";
import { ExecuteRedeem, redeem } from "../../../../utils/issue-redeem";
import { BitcoinCoreClient } from "../../../../utils/bitcoin-core-client";

export const vaultsTests = () => {
Expand Down Expand Up @@ -184,7 +184,8 @@ export const vaultsTests = () => {
bitcoinCoreClient,
userAccount,
issuedAmount,
vaultId
vaultId,
ExecuteRedeem.Manually
);
}

Expand Down

0 comments on commit 4bd6336

Please sign in to comment.