small changes to test for era export

This commit is contained in:
shantichanal 2025-07-24 15:36:48 +02:00 committed by lightclient
parent c50b4043f4
commit ab05c071ed
No known key found for this signature in database
GPG key ID: 657913021EF45A6A

View file

@ -116,8 +116,7 @@ var (
}
EraFormatFlag = &cli.StringFlag{
Name: "era.format",
Usage: "Archive format to import: 'era1' or 'erae'",
Value: "era1",
Usage: "Archive format: 'era1' or 'erae'",
Category: flags.EthCategory,
}
MinFreeDiskSpaceFlag = &cli.IntFlag{