test: Use byte unit 'M' for -maxuploadtarget functional test

pull/23648/head
Douglas Chimento 3 years ago
parent 6acda4b00b
commit 41b9f7d062
No known key found for this signature in database
GPG Key ID: D1AD6668EB9BC5A9

@ -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

Loading…
Cancel
Save