Skip to content

Commit

Permalink
Export the format module (paritytech#817)
Browse files Browse the repository at this point in the history
Signed-off-by: koushiro <koushiro.cqx@gmail.com>

Signed-off-by: koushiro <koushiro.cqx@gmail.com>
  • Loading branch information
koushiro authored Aug 15, 2022
1 parent 083c073 commit 5067a8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/rpc/src/eth/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ mod client;
mod execute;
mod fee;
mod filter;
mod format;
pub mod format;
mod mining;
mod state;
mod submit;
Expand Down
2 changes: 1 addition & 1 deletion client/rpc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ mod signer;
mod web3;

pub use self::{
eth::{Eth, EthBlockDataCacheTask, EthFilter, EthTask},
eth::{format, Eth, EthBlockDataCacheTask, EthFilter, EthTask},
eth_pubsub::{EthPubSub, EthereumSubIdProvider},
net::Net,
overrides::{
Expand Down

0 comments on commit 5067a8d

Please sign in to comment.