aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_maxuploadtarget.py
diff options
context:
space:
mode:
authorDouglas Chimento <dchimento@gmail.com>2021-12-02 13:17:36 +0200
committerDouglas Chimento <dchimento@gmail.com>2021-12-10 20:41:34 +0200
commit41b9f7d062a01cf39b6dba02703213ffb1951a37 (patch)
tree34368b105292474be1420f4fb6663ab1f644ca02 /test/functional/feature_maxuploadtarget.py
parent6acda4b00b3fc1bfac02f5de590e1a5386cbc779 (diff)
downloadbitcoin-41b9f7d062a01cf39b6dba02703213ffb1951a37.tar.xz
test: Use byte unit 'M' for -maxuploadtarget functional test
Diffstat (limited to 'test/functional/feature_maxuploadtarget.py')
-rwxr-xr-xtest/functional/feature_maxuploadtarget.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/feature_maxuploadtarget.py b/test/functional/feature_maxuploadtarget.py
index b4e0df8a11..24f79dda67 100755
--- a/test/functional/feature_maxuploadtarget.py
+++ b/test/functional/feature_maxuploadtarget.py
@@ -36,7 +36,7 @@ class MaxUploadTest(BitcoinTestFramework):
self.setup_clean_chain = True
self.num_nodes = 1
self.extra_args = [[
- "-maxuploadtarget=800",
+ "-maxuploadtarget=800M",
"-acceptnonstdtxn=1",
]]
self.supports_cli = False