Skip to content

Commit

Permalink
fixup! fix(chain): introduce keychain-variant-ranking to `KeychainTxO…
Browse files Browse the repository at this point in the history
…utIndex`
  • Loading branch information
danielabrozzoni committed May 8, 2024
1 parent f66d53e commit 746ae75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/chain/src/keychain/txout_index.rs
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ impl<K: Clone + Ord + Debug> KeychainTxOutIndex<K> {

changeset
.keychains_added
.insert(keychain.clone(), descriptor.clone());
.insert(keychain.clone(), descriptor);
changeset
}

Expand Down

0 comments on commit 746ae75

Please sign in to comment.