Skip to content

Commit

Permalink
chore: move Balance out of keychain
Browse files Browse the repository at this point in the history
  • Loading branch information
acerbisgianluca committed Oct 12, 2023
1 parent 2e4bc3c commit 0bc1b0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/chain/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ pub use tx_graph::TxGraph;
mod chain_oracle;
pub use chain_oracle::*;
mod persist;
pub use keychain::Balance;
pub use persist::*;

#[doc(hidden)]
Expand Down

0 comments on commit 0bc1b0a

Please sign in to comment.