wallet: Remove duplicate nullifier insertion into Orchard wallet

We have the same insertion a few lines earlier.
This commit is contained in:
Jack Grigg 2022-04-05 18:22:36 +00:00
parent b3b5429956
commit 484edf2cdb
1 changed files with 0 additions and 2 deletions

View File

@ -485,8 +485,6 @@ impl Wallet {
.decrypted_notes
.insert(action_idx, note_data);
self.nullifiers.insert(nf, outpoint);
// add the association between the address and the IVK used
// to decrypt the note
self.key_store.add_raw_address(recipient, ivk.clone());