From 2b75f506044665e682dbec9138bfac88e51f4079 Mon Sep 17 00:00:00 2001 From: Anthony Date: Thu, 27 Feb 2020 14:37:16 +0700 Subject: [PATCH] Merge PR #5708: fix type for the event documentation --- docs/core/events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/events.md b/docs/core/events.md index 359e2b94a4..d5ac5893f0 100644 --- a/docs/core/events.md +++ b/docs/core/events.md @@ -16,7 +16,7 @@ various messages and index transactions." Events are implemented in the Cosmos SDK as an alias of the ABCI `Event` type and take the form of: `{eventType}.{eventAttribute}={value}`. -+++ https://github.com/tendermint/tendermint/blob/bc572217c07b90ad9cee851f193aaa8e9557cbc7/abci/types/types.pb.go#L2661-L2667 ++++ https://github.com/tendermint/tendermint/blob/bc572217c07b90ad9cee851f193aaa8e9557cbc7/abci/types/types.pb.go#L2187-L2193 Events contain: