Skip to content

Commit a89891a

Browse files
make public
1 parent fcd96b2 commit a89891a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/gateway/src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ mod compiler_version;
44
pub mod config;
55
pub mod errors;
66
pub mod gateway;
7-
mod rpc_objects;
8-
mod rpc_state_reader;
7+
pub mod rpc_objects;
8+
pub mod rpc_state_reader;
99
#[cfg(test)]
1010
mod rpc_state_reader_test;
11-
mod state_reader;
11+
pub mod state_reader;
1212
#[cfg(test)]
1313
mod state_reader_test_utils;
1414
mod stateful_transaction_validator;

0 commit comments

Comments
 (0)