From c95e802fae8242087af1e3ee0355b9a579daa16e Mon Sep 17 00:00:00 2001 From: wz Date: Thu, 1 Aug 2019 14:47:13 +0800 Subject: [PATCH 1/1] add log --- cmd/votereward/main.go | 1 + 1 file changed, 1 insertion(+) 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 { -- 2.11.0