Acp7 change owner single prompt #544
Annotations
2 errors
Lint:
cmd/blockchaincmd/deploy.go#L556
early-return: if c { ... } else { ... return } can be simplified to if !c { ... return } ... (move short variable declaration to its own line if necessary) (revive)
|
Lint
issues found
|