We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a503a6 commit c59e3a3Copy full SHA for c59e3a3
src/rpc/rawtransaction.cpp
@@ -196,7 +196,7 @@ static UniValue getrawtransaction(const JSONRPCRequest& request)
196
}
197
errmsg = "No such transaction found in the provided block";
198
} else if (!g_txindex) {
199
- errmsg = "No such mempool transaction. Use -txindex to enable blockchain transaction queries";
+ errmsg = "No such mempool transaction. Use -txindex or provide a block hash to enable blockchain transaction queries";
200
} else if (!f_txindex_ready) {
201
errmsg = "No such mempool transaction. Blockchain transactions are still in the process of being indexed";
202
} else {
0 commit comments