Fix rpcnestedtests

Use correct genesis transaction hash
This commit is contained in:
Alexander Block 2018-01-11 14:24:14 +01:00
parent acf0295014
commit faf52c5908

View File

@ -83,7 +83,7 @@ void RPCNestedTests::rpcNestedTests()
QVERIFY(result == result2); QVERIFY(result == result2);
RPCConsole::RPCExecuteCommandLine(result, "getblock(getbestblockhash())[tx][0]"); RPCConsole::RPCExecuteCommandLine(result, "getblock(getbestblockhash())[tx][0]");
QVERIFY(result == "4a5e1e4baab89f3a32518a88c31bc87f618f76673e2cc77ab2127b7afdeda33b"); QVERIFY(result == "e0028eb9648db56b1ac77cf090b99048a8007e2bb64b68f092c03c7f56a662c7");
delete pcoinsTip; delete pcoinsTip;
delete pcoinsdbview; delete pcoinsdbview;