change_default_gas_price
lutty 3 years ago committed by Leo Chen
parent f84488f0b9
commit f6bacab4e6
  1. 2
      pkg/governance/cli.go

@ -211,7 +211,7 @@ func checkPermission(space string, account accounts.Account) bool {
}
if validators == nil {
fmt.Printf("Unable check permission, maybe an rpc error")
fmt.Printf("Unable check permission, maybe the RPC not stable, please try later again")
return false
}

Loading…
Cancel
Save