From 009b55b221107178068988eaf952f1eb4e28c2df Mon Sep 17 00:00:00 2001 From: Charlie Chen Date: Wed, 22 Jan 2025 17:59:48 -0600 Subject: [PATCH] remove redundant variable description --- zetaclient/chains/bitcoin/observer/observer.go | 1 - 1 file changed, 1 deletion(-) diff --git a/zetaclient/chains/bitcoin/observer/observer.go b/zetaclient/chains/bitcoin/observer/observer.go index 72e78a0c6b..3ea17950e8 100644 --- a/zetaclient/chains/bitcoin/observer/observer.go +++ b/zetaclient/chains/bitcoin/observer/observer.go @@ -104,7 +104,6 @@ type Observer struct { // utxos contains the UTXOs owned by the TSS address utxos []btcjson.ListUnspentResult - // tssOutboundHashes indexes included tx with tx hash // tssOutboundHashes keeps track of outbound hashes sent from TSS address tssOutboundHashes map[string]bool