aboutsummaryrefslogtreecommitdiff
path: root/src/qt/test/rpcnestedtests.cpp
diff options
context:
space:
mode:
authorPatrick Lodder <[email protected]>2020-07-20 19:28:34 +0200
committerPatrick Lodder <[email protected]>2020-07-22 13:45:28 +0200
commit4b7e35c0ba1b9b9071b944b89573bccf190d758b (patch)
treecebfb8bf6cec2c8ac7ec07a90f4c0c69477f8d47 /src/qt/test/rpcnestedtests.cpp
parentqt-tests: Disable payment server test that moves 21M+1 coins. (diff)
downloaddiscoin-4b7e35c0ba1b9b9071b944b89573bccf190d758b.tar.xz
discoin-4b7e35c0ba1b9b9071b944b89573bccf190d758b.zip
Fix the hash of the best block to reflect the Dogecoin block
This was prev tested to be a Bitcoin block in qt rpc tests
Diffstat (limited to 'src/qt/test/rpcnestedtests.cpp')
-rw-r--r--src/qt/test/rpcnestedtests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/test/rpcnestedtests.cpp b/src/qt/test/rpcnestedtests.cpp
index bd496f149..e6acd4523 100644
--- a/src/qt/test/rpcnestedtests.cpp
+++ b/src/qt/test/rpcnestedtests.cpp
@@ -90,7 +90,7 @@ void RPCNestedTests::rpcNestedTests()
QVERIFY(result == result2);
RPCConsole::RPCExecuteCommandLine(result, "getblock(getbestblockhash())[tx][0]", &filtered);
- QVERIFY(result == "4a5e1e4baab89f3a32518a88c31bc87f618f76673e2cc77ab2127b7afdeda33b");
+ QVERIFY(result == "5b2a3f53f605d62c53e62932dac6925e3d74afa5a4b459745c36d42d0ed26a69");
QVERIFY(filtered == "getblock(getbestblockhash())[tx][0]");
RPCConsole::RPCParseCommandLine(result, "importprivkey", false, &filtered);