From a46e14f643c4567ca7897b523b5f0a5830880ce8 Mon Sep 17 00:00:00 2001 From: Anton Lysakov Date: Fri, 24 Aug 2018 19:05:46 +0700 Subject: [PATCH] more Token CC test #2 --- qa/rpc-tests/cryptoconditions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/rpc-tests/cryptoconditions.py b/qa/rpc-tests/cryptoconditions.py index 42e2ae277..7076e23b4 100755 --- a/qa/rpc-tests/cryptoconditions.py +++ b/qa/rpc-tests/cryptoconditions.py @@ -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')