-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
claim_utxo: verify sender_randomness equality in wallet check
When checking if a UTXO/offchain UTXO notification has already been claimed by this client's wallet, verify that not just the UTXO matches an entry in the wallet, but that the sender randomness also agrees. It's quite conceivable that a party will send the same transaction to an address multiple times, and we want to ensure that the wallet can catch all such UTXOs.
- Loading branch information
1 parent
8592bfd
commit 2bacee4
Showing
3 changed files
with
67 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters