mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-20 06:54:41 +00:00
Fix returning prematurely within if(runCall){...}.
Renames
This commit is contained in:
+1
-1
@@ -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