-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
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
UX: Get Transaction vs Get Raw Transaction #276
Comments
I'm sorry you had this trouble, but it's too late to change this method's name, because it's already out in the field and has been for a while. But what we can do is document in both Would this be an acceptable resolution to this ticket? |
It may be a very nice enhancement to add a debug-logging-tracing option that logs every rpc that's sent to |
Yeah, it makes sense that it's too late to change the method name. More explicit documentation would definitely be useful. Looking into it more, the proto file does say I never even made the RPC call, because I erroneously saw that it was So yes, making the name difference clearer would be an acceptable resolution, definitely. |
The
GetTransaction
function in theservice.proto
file makes the rpc callgetrawtransaction
. Due to the fact that there exists a seperategettransaction
rpc call, this caused me a good deal of confusion.The text was updated successfully, but these errors were encountered: