X-Git-Url: http://git.osdn.net/view?p=bytom%2Fvapor.git;a=blobdiff_plain;f=cmd%2Fvotereward%2Fmain.go;h=8695737a0f3c063653d1897ac4cfed11c4a050a7;hp=fd42aa11d39a42c8a28256efbeca74e4a54538c8;hb=df9deca26ab5e99b48bae28fb8282ec3fa47d516;hpb=31f8f7cf1ffbec5365ab6ebf217537809cf714e5 diff --git a/cmd/votereward/main.go b/cmd/votereward/main.go index fd42aa11..8695737a 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("This tool belongs to an open-source project, we can not guarantee this tool is bug-free. Please check the code before using, developers will not be responsible for any asset loss due to bug!") startTime := time.Now() config := &cfg.Config{} if err := cfg.LoadConfigFile(configFile, config); err != nil {