Skip to content

Commit

Permalink
Qverify edit in rpcnestedtests
Browse files Browse the repository at this point in the history
  • Loading branch information
sanehim committed Nov 30, 2017
1 parent 9cc204f commit 90328b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/test/rpcnestedtests.cpp
Expand Up @@ -79,7 +79,7 @@ void RPCNestedTests::rpcNestedTests()
QVERIFY(result == result2);

RPCConsole::RPCExecuteCommandLine(result, "getblock(getbestblockhash())[tx][0]", &filtered);
QVERIFY(result == "4a5e1e4baab89f3a32518a88c31bc87f618f76673e2cc77ab2127b7afdeda33b");
QVERIFY(result == "6371524f68e6ef35e8b20a5b0026df271163093aa6335bb73a29c69ee568b660");
QVERIFY(filtered == "getblock(getbestblockhash())[tx][0]");

RPCConsole::RPCParseCommandLine(result, "importprivkey", false, &filtered);
Expand Down

0 comments on commit 90328b7

Please sign in to comment.