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
The end argument in the getaddresstxids RPC is mandatory in Zebra, because it was always being specified in lightwalletd and supporting lightwalletd was our goal at the time. However, it will be changed to possibly not specify end, so we need to make it optional if we want to keep supporting lightwalletd.
Motivation
The
end
argument in thegetaddresstxids
RPC is mandatory in Zebra, because it was always being specified in lightwalletd and supporting lightwalletd was our goal at the time. However, it will be changed to possibly not specifyend
, so we need to make it optional if we want to keep supporting lightwalletd.Specifications
https://zcash-rpc.github.io/getaddresstxids.html
It's not specified, but if
end
is missing, the current best chain tip height should be used.Complex Code or Requirements
No response
Testing
No response
Related Work
No response
The text was updated successfully, but these errors were encountered: