From 41b9f7d062a01cf39b6dba02703213ffb1951a37 Mon Sep 17 00:00:00 2001 From: Douglas Chimento Date: Thu, 2 Dec 2021 13:17:36 +0200 Subject: test: Use byte unit 'M' for -maxuploadtarget functional test --- test/functional/feature_maxuploadtarget.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3