From b680105f32208d5392b52389ea33ee7d8094a46e Mon Sep 17 00:00:00 2001 From: Gary Malouf <982483+gmalouf@users.noreply.github.com> Date: Thu, 14 Dec 2023 21:11:29 -0500 Subject: [PATCH] Remove unused / linter violating msgp annotation in consensus.go. --- protocol/consensus.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/protocol/consensus.go b/protocol/consensus.go index 5e0086e7..aad06796 100644 --- a/protocol/consensus.go +++ b/protocol/consensus.go @@ -6,8 +6,6 @@ import ( // ConsensusVersion is a string that identifies a version of the // consensus protocol. -// -//msgp:allocbound ConsensusVersion maxConsensusVersionLen type ConsensusVersion string // DEPRECATEDConsensusV0 is a baseline version of the Algorand consensus protocol.