Page MenuHomePhabricator

D8366.diff
No OneTemporary

D8366.diff

diff --git a/src/rpc/rawtransaction.cpp b/src/rpc/rawtransaction.cpp
--- a/src/rpc/rawtransaction.cpp
+++ b/src/rpc/rawtransaction.cpp
@@ -239,8 +239,8 @@
}
errmsg = "No such transaction found in the provided block";
} else if (!g_txindex) {
- 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";
} else if (!f_txindex_ready) {
errmsg = "No such mempool transaction. Blockchain transactions are "
"still in the process of being indexed";

File Metadata

Mime Type
text/plain
Expires
Sat, Mar 1, 11:37 (6 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5182985
Default Alt Text
D8366.diff (753 B)

Event Timeline