fixed-length arrays cleanup

This commit is contained in:
Jae Kwon
2015-07-18 17:19:47 -07:00
parent dc7b912881
commit 8d1e176180
6 changed files with 39 additions and 52 deletions

View File

@@ -666,9 +666,6 @@ func ExecTx(blockCache *BlockCache, tx types.Tx, runCall bool, evc events.Fireab
if err != nil {
return err
}
if err := tx.PubKey.ValidateBasic(); err != nil {
return err
}
if !tx.PubKey.VerifyBytes(signBytes, tx.Signature) {
return types.ErrTxInvalidSignature
}