Skip to content

Commit 12bf88c

Browse files
fix: exclude lambda sstore transaction
Signed-off-by: Ivaylo Nikolov <[email protected]>
1 parent 00ca1bf commit 12bf88c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/hooks/mod.rs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pub mod hook_extension_point;
99
pub mod hook_id;
1010
pub mod hook_type;
1111
pub mod lambda_evm_hook;
12-
pub mod lambda_s_store_transaction;
12+
// pub mod lambda_s_store_transaction;
1313
pub mod lambda_storage_slot;
1414
pub mod lambda_storage_update;
1515
pub mod nft_hook_call;
@@ -25,10 +25,7 @@ pub use hook_entity_id::HookEntityId;
2525
pub use hook_extension_point::HookExtensionPoint;
2626
pub use hook_id::HookId;
2727
pub use lambda_evm_hook::LambdaEvmHook;
28-
pub use lambda_s_store_transaction::{
29-
LambdaSStoreTransaction,
30-
LambdaSStoreTransactionData,
31-
};
28+
//pub use lambda_s_store_transaction::LambdaSStoreTransactionData;
3229
pub use lambda_storage_slot::LambdaStorageSlot;
3330
pub use lambda_storage_update::LambdaStorageUpdate;
3431
pub use nft_hook_call::NftHookCall;

0 commit comments

Comments
 (0)