From bdec8a4e15ff817edee91775f9e22559152ee6d1 Mon Sep 17 00:00:00 2001 From: William Banfield <4561443+williambanfield@users.noreply.github.com> Date: Fri, 4 Mar 2022 09:28:32 -0500 Subject: [PATCH] Update Makefile Co-authored-by: Sergio Mena --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9f3d2cd92..aac60c902 100644 --- a/Makefile +++ b/Makefile @@ -92,7 +92,7 @@ proto-gen: @$(DOCKER_PROTO_BUILDER) buf generate --template=./buf.gen.yaml --config ./buf.yaml .PHONY: proto-gen -# Should be removed when work on ABCI++ is complete. +# TODO: Should be removed when work on ABCI++ is complete. # For more information, see https://github.com/tendermint/tendermint/issues/8066 abci-proto-gen: ./scripts/abci-gen.sh