This commit is contained in:
Ethan Buchman
2015-05-20 21:26:33 -04:00
parent d43c776e84
commit e9695baebb
2 changed files with 146 additions and 0 deletions
+1
View File
@@ -489,6 +489,7 @@ func ExecTx(blockCache *BlockCache, tx_ types.Tx, runCall bool, evc events.Firea
if err != nil {
return err
}
signBytes := account.SignBytes(tx)
inTotal, err := validateInputs(accounts, signBytes, tx.Inputs)
if err != nil {