Move `mod address` from under the gbt feature

This commit is contained in:
Marek 2024-04-22 21:47:41 +02:00
parent ba6c0d7110
commit 98a136af98
1 changed files with 0 additions and 2 deletions

View File

@ -6,10 +6,8 @@
mod proofs;
#[cfg(feature = "getblocktemplate-rpcs")]
mod address;
#[cfg(feature = "getblocktemplate-rpcs")]
pub use address::Address;
#[cfg(feature = "shielded-scan")]