mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 21:01:21 +00:00
more fixes from review
This commit is contained in:
@ -12,7 +12,7 @@ import (
|
||||
|
||||
func execTxWithState(state *State, tx types.Tx, runCall bool) error {
|
||||
cache := NewBlockCache(state)
|
||||
err := ExecTx(cache, tx, runCall, false)
|
||||
err := ExecTx(cache, tx, runCall, nil)
|
||||
if err != nil {
|
||||
return err
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user