This repository was archived by the owner on Aug 21, 2024. It is now read-only.
This repository was archived by the owner on Aug 21, 2024. It is now read-only.
L1HandlerTransaction::create_for_testing should not be part of any non test binary #1736
This is a test-only function. It should be behind a
#[cfg(test]flag. Or if you want to have it available for other crates while testing, you may want to create atestingfeature. But regular lib users, building regular production code, should not be exposed to this method.