test: Use byte unit 'M' for -maxuploadtarget functional test

This commit is contained in:
Douglas Chimento 2021-12-02 13:17:36 +02:00
parent 6acda4b00b
commit 41b9f7d062
No known key found for this signature in database
GPG key ID: D1AD6668EB9BC5A9

View file

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