Renamed prefix on oracle network

This commit is contained in:
Dave
2025-06-12 15:50:42 -04:00
parent e2d50144ca
commit 97711e2ecf
3 changed files with 7 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
mod network_crdt;
mod node;
pub(crate) use network_crdt::OracleNetworkCRDT;
pub(crate) use network_crdt::NetworkCRDT;
pub(crate) use node::OracleNode as Node;