Actually return result on successful tx

This commit is contained in:
Ethan Frey 2017-02-02 21:26:46 +01:00
parent 215c377fae
commit 66697774dd
1 changed files with 1 additions and 1 deletions

View File

@ -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