diff --git a/app/app.go b/app/app.go index a6ad90424d1d..cbf85c123a9f 100644 --- a/app/app.go +++ b/app/app.go @@ -94,7 +94,7 @@ func (app *Basecoin) DeliverTx(txBytes []byte) (res abci.Result) { if res.IsErr() { return res.PrependLog("Error in DeliverTx") } - return abci.OK + return res } // TMSP::CheckTx