Make cleanwallettransactions txid work for zaddrs #142

Open
opened 2 years ago by duke · 1 comments
duke commented 2 years ago
Owner

Currently it uses IsMine() which is only for taddrs, so using cleanwallettransactions with a txid involving a zaddr gives:

error code: -1
error message:

The transaction is not yours!
Currently it uses `IsMine()` which is only for taddrs, so using cleanwallettransactions with a txid involving a zaddr gives: ``` error code: -1 error message: The transaction is not yours! ```
Poster
Owner

The ismine check from z_validateaddress should be used if a transaction spends zutxos

The ismine check from z_validateaddress should be used if a transaction spends zutxos
duke added the
bug
label 1 year ago
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.