mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-19 22:44:24 +00:00
tx utils
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user