mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02: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…
Add table
Add a link
Reference in a new issue