mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-10 01:56:08 +00:00
AppendTx -> DeliverTx
This commit is contained in:
@@ -45,7 +45,7 @@ func (app *ChainAwareApplication) SetOption(key string, value string) (log strin
|
||||
return ""
|
||||
}
|
||||
|
||||
func (app *ChainAwareApplication) AppendTx(tx []byte) types.Result {
|
||||
func (app *ChainAwareApplication) DeliverTx(tx []byte) types.Result {
|
||||
return types.NewResultOK(nil, "")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user