diff --git a/crates/wallet/src/wallet/mod.rs b/crates/wallet/src/wallet/mod.rs index 514cec2e..21714fad 100644 --- a/crates/wallet/src/wallet/mod.rs +++ b/crates/wallet/src/wallet/mod.rs @@ -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, }));