Commit 4ca24135 authored by QM's avatar QM Committed by 33cn

up

parent dbb60dcf
......@@ -47,8 +47,8 @@ func ShowStatics(cmd *cobra.Command, args []string) {
return
}
if operation != 2 && 1 != operation {
fmt.Println("Pls set correct operation type, 1=burn, and 2=lock")
if operation != 2 && 1 != operation && operation != 3 {
fmt.Println("Pls set correct operation type, 1=burn, 2=lock, 3=withdraw")
return
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment