From 783965a2b1ce750c7d107d70b3a3b614884b9586 Mon Sep 17 00:00:00 2001 From: huangyi Date: Fri, 17 May 2024 16:59:58 +0800 Subject: [PATCH] cleanup --- app/proposal.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/proposal.go b/app/proposal.go index ce6d965bdb..7b7fbf047a 100644 --- a/app/proposal.go +++ b/app/proposal.go @@ -49,9 +49,8 @@ func (ts *ExtTxSelector) Clear() { } type ProposalHandler struct { - TxDecoder sdk.TxDecoder - Identity age.Identity - + TxDecoder sdk.TxDecoder + Identity age.Identity blocklist map[string]struct{} lastBlockList []byte }