test: Update wallet RPC test with change to "absurdly high fee" limit

This commit is contained in:
Jack Grigg 2019-12-18 15:40:50 -06:00
parent 136e1c09ab
commit f93db1219b
No known key found for this signature in database
GPG Key ID: 9E8255172BBF9898
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ class WalletTest (BitcoinTestFramework):
except JSONRPCException,e:
errorString = e.error['message']
assert("absurdly high fees" in errorString)
assert("900000000 > 210000" in errorString)
assert("900000000 > 10000000" in errorString)
# create both transactions
txns_to_send = []