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

@@ -888,7 +888,7 @@ impl ExtractPolicy for Descriptor<DescriptorPublicKey> {
#[cfg(test)]
mod test {
use crate::descriptor;
use crate::descriptor::{ExtractPolicy, ToWalletDescriptor};
use crate::descriptor::{ExtractPolicy, IntoWalletDescriptor};
use super::*;
use crate::descriptor::policy::SatisfiableItem::{Multisig, Signature, Thresh};