Skip to content

Commit 49ee43c

Browse files
committed
include sequence_final (max value) as constant
1 parent 74b76d2 commit 49ee43c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bitcoinutils/constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
EMPTY_TX_SEQUENCE = b"\x00\x00\x00\x00"
7272
DEFAULT_TX_SEQUENCE = b"\xfd\xff\xff\xff"
7373
ABSOLUTE_TIMELOCK_SEQUENCE = b"\xfe\xff\xff\xff"
74+
SEQUENCE_FINAL = b"\xff\xff\xff\xff"
7475

7576
REPLACE_BY_FEE_SEQUENCE = b"\x01\x00\x00\x00"
7677

0 commit comments

Comments
 (0)