Disallow negative funding in faucetfund

This commit is contained in:
Jonathan "Duke" Leto
2018-08-09 23:37:38 +02:00
parent 700c1fcfc3
commit 2098a4c9bb
2 changed files with 2 additions and 3 deletions

View File

@@ -81,7 +81,6 @@ class CryptoConditionsTest (BitcoinTestFramework):
result = rpc.faucetfund("1")
assert_equal(result['result'], 'success')
assert_true(result['hex'])
result = rpc.faucetfund("0")
assert_equal(result['result'], 'error')