Skip to content

Commit faace13

Browse files
author
MacroFake
committed
test: Remove duplicate MAX_BIP125_RBF_SEQUENCE constant
1 parent fa0404d commit faace13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/functional/rpc_psbt.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
1111
from test_framework.descriptors import descsum_create
1212
from test_framework.key import ECKey, H_POINT
1313
from test_framework.messages import (
14-
ser_compact_size,
14+
MAX_BIP125_RBF_SEQUENCE,
1515
WITNESS_SCALE_FACTOR,
16+
ser_compact_size,
1617
)
1718
from test_framework.test_framework import BitcoinTestFramework
1819
from test_framework.util import (
@@ -27,7 +28,6 @@
2728
import json
2829
import os
2930

30-
MAX_BIP125_RBF_SEQUENCE = 0xfffffffd
3131

3232
# Create one-input, one-output, no-fee transaction:
3333
class PSBTTest(BitcoinTestFramework):

0 commit comments

Comments
 (0)