global: address -> addr rename

This commit is contained in:
nym21
2026-03-17 11:01:21 +01:00
parent 5609e6c010
commit f62943199c
141 changed files with 3788 additions and 3754 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
pub mod address;
pub mod addr;
mod block;
pub mod cohorts;
pub mod compute;
@@ -11,5 +11,5 @@ pub use vecs::Vecs;
pub const DB_NAME: &str = "distribution";
pub use address::{AddressTypeToTypeIndexMap, AddressesDataVecs, AnyAddressIndexesVecs};
pub use cohorts::{AddressCohorts, DynCohortVecs, UTXOCohorts};
pub use addr::{AddrTypeToTypeIndexMap, AddrsDataVecs, AnyAddrIndexesVecs};
pub use cohorts::{AddrCohorts, DynCohortVecs, UTXOCohorts};