diff options
author | Douglas Chimento <dchimento@gmail.com> | 2021-12-02 13:17:36 +0200 |
---|---|---|
committer | Douglas Chimento <dchimento@gmail.com> | 2021-12-10 20:41:34 +0200 |
commit | 41b9f7d062a01cf39b6dba02703213ffb1951a37 (patch) | |
tree | 34368b105292474be1420f4fb6663ab1f644ca02 | |
parent | 6acda4b00b3fc1bfac02f5de590e1a5386cbc779 (diff) |
test: Use byte unit 'M' for -maxuploadtarget functional test
-rwxr-xr-x | test/functional/feature_maxuploadtarget.py | 2 |
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 |