Skip to content

Commit

Permalink
Rename CheckTxSync of conter app according to socket server handling …
Browse files Browse the repository at this point in the history
…name change
  • Loading branch information
Mdaiki0730 committed Aug 25, 2023
1 parent 9468a15 commit bf3e3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abci/example/counter/counter.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func (app *Application) DeliverTx(req types.RequestDeliverTx) types.ResponseDeli
return types.ResponseDeliverTx{Code: code.CodeTypeOK}
}

func (app *Application) CheckTxSync(req types.RequestCheckTx) types.ResponseCheckTx {
func (app *Application) CheckTx(req types.RequestCheckTx) types.ResponseCheckTx {
return app.checkTx(req)
}

Expand Down

0 comments on commit bf3e3b7

Please sign in to comment.