mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 03:47:29 -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.num_nodes = 1
|
||||
self.extra_args = [[
|
||||
"-maxuploadtarget=800",
|
||||
"-maxuploadtarget=800M",
|
||||
"-acceptnonstdtxn=1",
|
||||
]]
|
||||
self.supports_cli = False
|
||||
|
|
Loading…
Reference in a new issue