Actually return result on successful tx
This commit is contained in:
parent
215c377fae
commit
66697774dd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue