Skip to content

Commit

Permalink
enable mn rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed Apr 30, 2024
1 parent fab7f5f commit ecccf9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/src/traits/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ mod blockchain;
mod governance;
// mod icxorderbook;
mod loan;
// mod masternode;
mod masternode;
// mod mining;
// mod misc;
// mod net;
Expand All @@ -21,5 +21,6 @@ pub use account::AccountRPC;
pub use blockchain::BlockchainRPC;
pub use governance::GovernanceRPC;
pub use loan::LoanRPC;
pub use masternode::MasternodeRPC;
pub use poolpair::PoolPairRPC;
pub use token::TokenRPC;

0 comments on commit ecccf9d

Please sign in to comment.