Skip to content

Commit

Permalink
add confirmation target constant
Browse files Browse the repository at this point in the history
  • Loading branch information
RaaCT0R committed Mar 2, 2024
1 parent 8397775 commit 5637453
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/chains/bitcoin/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ export const BITCOIN_CHAIN = 'bitcoin';

export const SEGWIT_INPUT_WEIGHT_UNIT = 272;
export const SEGWIT_OUTPUT_WEIGHT_UNIT = 124;
export const CONFIRMATION_TARGET = 6;

0 comments on commit 5637453

Please sign in to comment.