You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could add a new method with a better name (I'd favor GetTAddressTransactions) that does exactly the same thing, and then remove the old name when we're sure that all gRPC clients have changed to using the new name, but it's hard to know when we've reached that point. So I'd say it probably isn't worth making any changes.
What do you think?
We should at least document that the method is misnamed, I just create #427 to do that.
The name
GetTaddressTxids
suggests that the RPC returns a list of txids, but it actually returns the raw transaction data for all of the transactions.The text was updated successfully, but these errors were encountered: