From 9b4febd9e03019759a1956028dbcbd915426a5e5 Mon Sep 17 00:00:00 2001 From: Lukasz Klimek <842586+lklimek@users.noreply.github.com> Date: Mon, 9 Dec 2024 17:10:20 +0100 Subject: [PATCH] chore: trigger ci --- proto/tendermint/abci/types.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/tendermint/abci/types.proto b/proto/tendermint/abci/types.proto index 0e64cdf6a..3453c1ce4 100644 --- a/proto/tendermint/abci/types.proto +++ b/proto/tendermint/abci/types.proto @@ -14,6 +14,7 @@ import "google/protobuf/timestamp.proto"; import "gogoproto/gogo.proto"; // NOTE: When using custom types, mind the warnings. +// // https://github.com/gogo/protobuf/blob/master/custom_types.md#warnings-and-issues // //----------------------------------------