Skip to content

Commit

Permalink
Update mod.rs
Browse files Browse the repository at this point in the history
Elrond -> MultiversX
  • Loading branch information
Classic298 authored and Aimeedeer committed Jan 22, 2023
1 parent 3634011 commit 923fa42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/realtps_import/src/clients/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mod algorand;
mod elrond;
mod multiversx;
mod esplora;
mod ethers;
mod hedera;
Expand All @@ -11,7 +11,7 @@ mod substrate;
mod tendermint;

pub use self::algorand::*;
pub use self::elrond::*;
pub use self::multiversx::*;
pub use self::esplora::*;
pub use self::ethers::*;
pub use self::hedera::*;
Expand Down

0 comments on commit 923fa42

Please sign in to comment.