We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae09b63 commit 6a7383cCopy full SHA for 6a7383c
src/qt/test/rpcnestedtests.cpp
@@ -80,7 +80,7 @@ void RPCNestedTests::rpcNestedTests()
80
QVERIFY(result == result2);
81
82
RPCConsole::RPCExecuteCommandLine(m_node, result, "getblock(getbestblockhash())[tx][0]", &filtered);
83
- QVERIFY(result == "4a5e1e4baab89f3a32518a88c31bc87f618f76673e2cc77ab2127b7afdeda33b");
+ QVERIFY(result == "0926305e87ec7ee71ed8d119c9b4958cb22f298cc20f90586c35b5a47e1c3f9b");
84
QVERIFY(filtered == "getblock(getbestblockhash())[tx][0]");
85
86
RPCConsole::RPCParseCommandLine(nullptr, result, "importprivkey", false, &filtered);
0 commit comments