more Token CC test #2

This commit is contained in:
Anton Lysakov
2018-08-24 19:05:46 +07:00
parent 482348dbbc
commit a46e14f643

View File

@@ -260,7 +260,7 @@ class CryptoConditionsTest (BitcoinTestFramework):
result = rpc.tokenorders()
assert_equal(result, [])
# invalid token transfer amount (have to add stderr to CC code!)
# invalid token transfer amount (have to add status to CC code!)
randompubkey = "021a559101e355c907d9c553671044d619769a6e71d624f68bfec7d0afa6bd6a96"
result = rpc.tokentransfer(tokenid,randompubkey,"0")
assert_equal(result['error'], 'invalid parameter')