File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ pub mod hook_extension_point;
99pub mod hook_id;
1010pub mod hook_type;
1111pub mod lambda_evm_hook;
12- pub mod lambda_s_store_transaction;
12+ // pub mod lambda_s_store_transaction;
1313pub mod lambda_storage_slot;
1414pub mod lambda_storage_update;
1515pub mod nft_hook_call;
@@ -25,10 +25,7 @@ pub use hook_entity_id::HookEntityId;
2525pub use hook_extension_point:: HookExtensionPoint ;
2626pub use hook_id:: HookId ;
2727pub 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;
3229pub use lambda_storage_slot:: LambdaStorageSlot ;
3330pub use lambda_storage_update:: LambdaStorageUpdate ;
3431pub use nft_hook_call:: NftHookCall ;
You can’t perform that action at this time.
0 commit comments