reduce module interdependancy, /client refactor (#4415)
* abstract staking BuildCreateValidatorMsg, genutil defines its own flags * client/ refactor * staking move keys from keeper to types
This commit is contained in:
committed by
Alessio Treglia
parent
91e75cb74a
commit
73e5ef7c13
@@ -1,9 +0,0 @@
|
||||
package client
|
||||
|
||||
import "errors"
|
||||
|
||||
// common errors for CLI and REST clients
|
||||
var (
|
||||
ErrInvalidGasAdjustment = errors.New("invalid gas adjustment")
|
||||
ErrInvalidSigner = errors.New("tx intended signer does not match the given signer")
|
||||
)
|
||||
Reference in New Issue
Block a user