-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: don't panic on missing l2 batch number
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
but, why would you want to remove error handling? Surely 0 isn't a valid batch number value, and the process will just fail later (potentially during import to Era)?
export_snapshot
already returnsResult
- why can't it return a "missing l2 batch number" error?