mirror of
https://github.com/fluencelabs/tendermint
synced 2025-08-01 04:31:57 +00:00
Fix returning prematurely within if(runCall){...}.
Renames
This commit is contained in:
@@ -21,7 +21,7 @@ var (
|
||||
ErrTxInvalidPubKey = errors.New("Error invalid pubkey")
|
||||
ErrTxInvalidSignature = errors.New("Error invalid signature")
|
||||
ErrTxInvalidString = errors.New("Error invalid string")
|
||||
ErrIncorrectOwner = errors.New("Error incorrect owner")
|
||||
ErrTxPermissionDenied = errors.New("Error permission denied")
|
||||
)
|
||||
|
||||
type ErrTxInvalidSequence struct {
|
||||
|
Reference in New Issue
Block a user