Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13115638
D8366.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
753 B
Subscribers
None
D8366.diff
View Options
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
Details
Attached
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)
Attached To
D8366: getrawtransaction: inform about blockhash argument when lookup fails
Event Timeline
Log In to Comment