Skip to content

Commit

Permalink
main: Pool MinBalance default to off (better onboarding experience)
Browse files Browse the repository at this point in the history
  • Loading branch information
shazow committed Dec 11, 2018
1 parent b648187 commit cdec3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Expand Up @@ -69,7 +69,7 @@ type Options struct {
Addr string `long:"address" description:"Deployed contract address, prefixed with network name scheme. (Example: \"rinkeby://0xb2f8987986259facdc539ac1745f7a0b395972b1\")"`
KeyStore string `long:"keystore" description:"Path to encrypted JSON wallet keystore for contract operator. (Password set in KEYSTORE_PASSPHRASE env)"`
Price uint64 `long:"price" description:"Price per minute (in wei)." default:"100000000000"`
MinBalance string `long:"min-balance" description:"Minimum balance required to join as a client (in wei or 'off')." default:"100000000000"`
MinBalance string `long:"min-balance" description:"Minimum balance required to join as a client (in wei or 'off')." default:"off"`
Welcome string `long:"welcome" description:"Welcome message for clients. (Example: \"Welcome, {{.NodeID}}\")"`
} `group:"contract" namespace:"contract"`
} `command:"pool" description:"Start a vipnode pool coordinator."`
Expand Down

0 comments on commit cdec3f1

Please sign in to comment.