Skip to content

Commit c3b9327

Browse files
committed
rfb default createrawtx core nsequence
1 parent 3dfc49e commit c3b9327

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bitcoinutils/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
DEFAULT_TX_LOCKTIME = b"\x00\x00\x00\x00"
7070

7171
EMPTY_TX_SEQUENCE = b"\x00\x00\x00\x00"
72-
DEFAULT_TX_SEQUENCE = b"\xff\xff\xff\xff"
72+
DEFAULT_TX_SEQUENCE = b"\xfd\xff\xff\xff"
7373
ABSOLUTE_TIMELOCK_SEQUENCE = b"\xfe\xff\xff\xff"
7474

7575
REPLACE_BY_FEE_SEQUENCE = b"\x01\x00\x00\x00"
@@ -96,4 +96,4 @@
9696
"0b110907" : "testnet",
9797
"fabfb5da" : "regtest",
9898
"0a03cf40" : "signet"
99-
}
99+
}

0 commit comments

Comments
 (0)