mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-21 14:34:49 +01:00
Merge bitcoin/bitcoin#23648: test: Use byte unit 'M' for -maxuploadtarget functional test
41b9f7d062
test: Use byte unit 'M' for -maxuploadtarget functional test (Douglas Chimento) Pull request description: ACKs for top commit: shaavan: ACK41b9f7d062
stratospher: ACK41b9f7d
. Tree-SHA512: 25b46347c671e8d6fd8878e7fee40e773bb03641e53e41e8a79a286fe4a0cf71c0c0986d6d7418fcb656c07f7216cc50a7ee4366f9213c32b01ae74326031f80
This commit is contained in:
commit
c8fac372c2
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
Reference in a new issue