diff options
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,4 +1,2 @@ -//! `linea_caliente` implements the hotline protocol to help build servers and -//! clients around it. pub mod field; -pub mod transaction; +// pub mod transactions; |