We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ ./src/qt/test/test_bitcoin-qt | grep FAIL (test_bitcoin-qt:2653): Gtk-WARNING **: Unable to locate theme engine in module_path: "adwaita", FAIL! : URITests::uriTests() 'GUIUtil::parseBitcoinURI(uri, &rv)' returned FALSE. () FAIL! : RPCNestedTests::rpcNestedTests() 'result == "4a5e1e4baab89f3a32518a88c31bc87f618f76673e2cc77ab2127b7afdeda33b"' returned FALSE. ()
i think 4a5e1e4baab89f3a32518a88c31bc87f618f76673e2cc77ab2127b7afdeda33b is came from bitcoin. we can fix it.
rpcnestedtests.cpp 4a5e1e4baab89f3a32518a88c31bc87f618f76673e2cc77ab2127b7afdeda33b (bitcoin)
to
a626e591b4583a9cdfa3f8c7ffa90628c745dc01b411825544209fce3bdba4d2 (bitzeny merkle hash)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
i think 4a5e1e4baab89f3a32518a88c31bc87f618f76673e2cc77ab2127b7afdeda33b is came from bitcoin. we can fix it.
rpcnestedtests.cpp
4a5e1e4baab89f3a32518a88c31bc87f618f76673e2cc77ab2127b7afdeda33b (bitcoin)
to
a626e591b4583a9cdfa3f8c7ffa90628c745dc01b411825544209fce3bdba4d2 (bitzeny merkle hash)
The text was updated successfully, but these errors were encountered: