aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-06-10 13:32:34 +0200
committerMarcoFalke <falke.marco@gmail.com>2021-06-10 13:38:56 +0200
commitfab7e99c2a4b02a41b7448b45f0e6cdfdbb53ac3 (patch)
tree85307694ef9851b49eafe5472bf595dbfb77126f /test/functional/test_framework
parentfab871f649e3da4a5a5f6cffac3fc748bb1ca900 (diff)
downloadbitcoin-fab7e99c2a4b02a41b7448b45f0e6cdfdbb53ac3.tar.xz
test: Use MiniWallet in test_no_inherited_signaling RBF test
Diffstat (limited to 'test/functional/test_framework')
-rwxr-xr-xtest/functional/test_framework/messages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/test_framework/messages.py b/test/functional/test_framework/messages.py
index 5a9736a7a3..3d79174356 100755
--- a/test/functional/test_framework/messages.py
+++ b/test/functional/test_framework/messages.py
@@ -39,7 +39,7 @@ MAX_BLOOM_HASH_FUNCS = 50
COIN = 100000000 # 1 btc in satoshis
MAX_MONEY = 21000000 * COIN
-BIP125_SEQUENCE_NUMBER = 0xfffffffd # Sequence number that is BIP 125 opt-in and BIP 68-opt-out
+BIP125_SEQUENCE_NUMBER = 0xfffffffd # Sequence number that is rbf-opt-in (BIP 125) and csv-opt-out (BIP 68)
MAX_PROTOCOL_MESSAGE_LENGTH = 4000000 # Maximum length of incoming protocol messages
MAX_HEADERS_RESULTS = 2000 # Number of headers sent in one getheaders result