Rename ToWalletDescriptor to IntoWalletDescriptor

This commit is contained in:
Steve Myers
2021-02-12 22:34:43 -08:00
parent 2f7513753c
commit d638da2f10
6 changed files with 19 additions and 19 deletions

View File

@@ -560,7 +560,7 @@ impl Eq for SignersContainerKey {}
mod signers_container_tests {
use super::*;
use crate::descriptor;
use crate::descriptor::ToWalletDescriptor;
use crate::descriptor::IntoWalletDescriptor;
use crate::keys::{DescriptorKey, ToDescriptorKey};
use bitcoin::secp256k1::{All, Secp256k1};
use bitcoin::util::bip32;