mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Update puppeth.go
This commit is contained in:
parent
37d670069b
commit
c24c0614ce
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ func runWizard(c *cli.Context) error {
|
|||
blocksTime := uint64(c.Int("blocksTime"))
|
||||
sealAccounts := c.String("sealAccounts")
|
||||
preFundedAccounts := c.String("preFundedAccounts")
|
||||
preCmpAddOneWei := c.String("preCmpAddressWithOneWei")
|
||||
preCmpAddOneWei := c.String("preCmpAddressWithOneWei")
|
||||
networkID := c.Uint64("networkID")
|
||||
|
||||
nonInteract := network != "" && consensusType != "" && blocksTime > 0 && sealAccounts != "" && preFundedAccounts != "" && preCmpAddOneWei != "" && networkID > 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue