mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 10:43:19 -03:00
test: Use byte unit 'M' for -maxuploadtarget functional test
This commit is contained in:
parent
6acda4b00b
commit
41b9f7d062
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class MaxUploadTest(BitcoinTestFramework):
|
||||||
self.setup_clean_chain = True
|
self.setup_clean_chain = True
|
||||||
self.num_nodes = 1
|
self.num_nodes = 1
|
||||||
self.extra_args = [[
|
self.extra_args = [[
|
||||||
"-maxuploadtarget=800",
|
"-maxuploadtarget=800M",
|
||||||
"-acceptnonstdtxn=1",
|
"-acceptnonstdtxn=1",
|
||||||
]]
|
]]
|
||||||
self.supports_cli = False
|
self.supports_cli = False
|
||||||
|
|
Loading…
Add table
Reference in a new issue