Skip to content

Commit 281cefb

Browse files
committed
make tx , tx_receipt pub
1 parent 751b511 commit 281cefb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ use alloy_transport::{RpcError, TransportErrorKind};
22
use eth_trie::TrieError;
33

44
mod rpc;
5-
mod tx;
6-
mod tx_receipt;
5+
pub mod tx;
6+
pub mod tx_receipt;
77
pub mod tx_receipt_trie;
88
pub mod tx_trie;
99

0 commit comments

Comments
 (0)