Update abci/types/application.go

Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
This commit is contained in:
William Banfield
2022-02-23 11:26:18 -05:00
committed by GitHub
parent 23c1c88734
commit 50d371a8a1

View File

@@ -5,7 +5,6 @@ import (
)
//go:generate ../../scripts/mockery_generate.sh Application
//
// Application is an interface that enables any finite, deterministic state machine
// to be driven by a blockchain-based replication engine via the ABCI.
// All methods take a RequestXxx argument and return a ResponseXxx argument,