Fix rpcnestedtests
Use correct genesis transaction hash
This commit is contained in:
parent
acf0295014
commit
faf52c5908
@ -83,7 +83,7 @@ void RPCNestedTests::rpcNestedTests()
|
||||
QVERIFY(result == result2);
|
||||
|
||||
RPCConsole::RPCExecuteCommandLine(result, "getblock(getbestblockhash())[tx][0]");
|
||||
QVERIFY(result == "4a5e1e4baab89f3a32518a88c31bc87f618f76673e2cc77ab2127b7afdeda33b");
|
||||
QVERIFY(result == "e0028eb9648db56b1ac77cf090b99048a8007e2bb64b68f092c03c7f56a662c7");
|
||||
|
||||
delete pcoinsTip;
|
||||
delete pcoinsdbview;
|
||||
|
Loading…
Reference in New Issue
Block a user