X-Git-Url: http://git.osdn.net/view?p=bytom%2Fvapor.git;a=blobdiff_plain;f=cmd%2Fvotereward%2Fmain.go;fp=cmd%2Fvotereward%2Fmain.go;h=b1d5cdf48100ff0df4dc81c829d8f55ab38e4583;hp=fd42aa11d39a42c8a28256efbeca74e4a54538c8;hb=c95e802fae8242087af1e3ee0355b9a579daa16e;hpb=31f8f7cf1ffbec5365ab6ebf217537809cf714e5 diff --git a/cmd/votereward/main.go b/cmd/votereward/main.go index fd42aa11..b1d5cdf4 100644 --- a/cmd/votereward/main.go +++ b/cmd/votereward/main.go @@ -35,6 +35,7 @@ func init() { } func runReward(cmd *cobra.Command, args []string) error { + log.Info("The voting reward allocation tool is an open-source project, please check the transaction carefully before sending the allocation reward, the transaction error will not be responsible!") startTime := time.Now() config := &cfg.Config{} if err := cfg.LoadConfigFile(configFile, config); err != nil {