mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-20 11:46:44 +00:00
small changes to test for era export
This commit is contained in:
parent
c50b4043f4
commit
ab05c071ed
1 changed files with 1 additions and 2 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Reference in a new issue