Remove deprecated address validators

This commit is contained in:
Alekos Filini
2022-09-30 13:46:32 +02:00
parent ea47d7a35b
commit 9854fd34ea
6 changed files with 1 additions and 263 deletions

View File

@@ -273,7 +273,6 @@ pub use descriptor::template;
pub use descriptor::HdKeyPaths;
pub use error::Error;
pub use types::*;
pub use wallet::address_validator;
pub use wallet::signer;
pub use wallet::signer::SignOptions;
pub use wallet::tx_builder::TxBuilder;