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:
    ACK 41b9f7d062
  stratospher:
    ACK 41b9f7d.

Tree-SHA512: 25b46347c671e8d6fd8878e7fee40e773bb03641e53e41e8a79a286fe4a0cf71c0c0986d6d7418fcb656c07f7216cc50a7ee4366f9213c32b01ae74326031f80
pull/826/head
MarcoFalke 3 years ago
commit c8fac372c2
No known key found for this signature in database
GPG Key ID: CE2B75697E69A548

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