Commit 0a744f29 authored by duanjinfei's avatar duanjinfei

update root cm

parent 41672510
......@@ -18,11 +18,11 @@ import (
var (
rewardAddr string
isSetReward bool = true
isSetReward bool = false
)
func init() {
RootCmd.PersistentFlags().StringVarP(&rewardAddr, "reward", "r", "0x84A3175be614F5886f99Da506dF08682DF530739", "please enter a reward address")
RootCmd.PersistentFlags().StringVarP(&rewardAddr, "reward", "r", "", "please enter a reward address")
cobra.OnInitialize(initConfig)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment