Fix returning prematurely within if(runCall){...}.

Renames
This commit is contained in:
Jae Kwon
2015-07-28 12:16:17 -07:00
parent feeab6579b
commit 0ef5c3ad07
7 changed files with 124 additions and 91 deletions
+1 -1
View File
@@ -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 {