Skip to content

Commit

Permalink
chore(wallet): Fix descriptor mismatch error keychain
Browse files Browse the repository at this point in the history
  • Loading branch information
LLFourn committed Jul 21, 2024
1 parent 2cf07d6 commit 8875c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/wallet/src/wallet/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ impl Wallet {

if change_descriptor.descriptor_id() != exp_change_descriptor.descriptor_id() {
return Err(LoadError::Mismatch(LoadMismatch::Descriptor {
keychain: KeychainKind::External,
keychain: KeychainKind::Internal,
loaded: change_descriptor,
expected: exp_change_descriptor,
}));
Expand Down

0 comments on commit 8875c92

Please sign in to comment.