From 09531f2d92b80989c79fb9508ef20f8e9cbdd079 Mon Sep 17 00:00:00 2001 From: ceciliaz030 Date: Tue, 6 Feb 2024 03:11:46 +0800 Subject: [PATCH] pub mod handler_register --- crates/revm/src/taiko.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/revm/src/taiko.rs b/crates/revm/src/taiko.rs index 20b7b78ea6..af549299e3 100644 --- a/crates/revm/src/taiko.rs +++ b/crates/revm/src/taiko.rs @@ -1,3 +1,3 @@ -//! Optimism-specific constants, types, and helpers. +//! Taiko-specific constants, types, and helpers. -mod handler_register; +pub mod handler_register;