From 533fa40e0c1c7e40baa386a85303658960188a13 Mon Sep 17 00:00:00 2001 From: Paul Snow Date: Fri, 8 Sep 2017 21:27:04 -0500 Subject: [PATCH] Fixed Syntax --- state/stateConsensus.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/state/stateConsensus.go b/state/stateConsensus.go index e722e89229..104cf54d65 100644 --- a/state/stateConsensus.go +++ b/state/stateConsensus.go @@ -639,7 +639,7 @@ func (s *State) FollowerExecuteDBState(msg interfaces.IMsg) { } } // Only set the flag if we know the whole block is valid - for i, fct := range dbstatemsg.FactoidBlock.GetTransactions() { + for _, fct := range dbstatemsg.FactoidBlock.GetTransactions() { s.FReplay.IsTSValid_( constants.BLOCK_REPLAY, fct.GetSigHash().Fixed(),