Skip to content

Commit

Permalink
refactor: Disbale fee check for examples and integrate tests
Browse files Browse the repository at this point in the history
  • Loading branch information
duanyytop committed Jan 16, 2025
1 parent f92cab3 commit be91a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/rgbpp/shared/btc-account.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export async function signAndSendPsbt(
signPsbt(psbt, account);
psbt.finalizeAllInputs();

const tx = psbt.extractTransaction();
const tx = psbt.extractTransaction(true);
const txHex = tx.toHex();

const { txid } = await service.sendBtcTransaction(txHex);
Expand Down

0 comments on commit be91a0b

Please sign in to comment.