From: wz Date: Thu, 1 Aug 2019 06:47:13 +0000 (+0800) Subject: add log X-Git-Url: http://git.osdn.net/view?p=bytom%2Fvapor.git;a=commitdiff_plain;h=c95e802fae8242087af1e3ee0355b9a579daa16e add log --- 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 {