From 97fd39920f82372ac94065c92c07d9633d93eeba Mon Sep 17 00:00:00 2001 From: Charlie Chen Date: Tue, 16 Jul 2024 23:06:20 -0500 Subject: [PATCH] add issue link for TODO --- zetaclient/types/event.go | 1 + 1 file changed, 1 insertion(+) diff --git a/zetaclient/types/event.go b/zetaclient/types/event.go index 8bff59c5b5..1f498af67f 100644 --- a/zetaclient/types/event.go +++ b/zetaclient/types/event.go @@ -6,6 +6,7 @@ import ( // InboundEvent represents an inbound event // TODO: we should consider using this generic struct when it applies (e.g. for Bitcoin, Solana, etc.) +// https://github.com/zeta-chain/node/issues/2495 type InboundEvent struct { // SenderChainID is the chain ID of the sender SenderChainID int64