mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-24 10:11:48 +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