OSDN Git Service

add log (#373)
[bytom/vapor.git] / cmd / votereward / main.go
index fd42aa1..8695737 100644 (file)
@@ -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 {