Skip to content

Commit 6046269

Browse files
committed
go fmt
1 parent 4cbc453 commit 6046269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpcs/blockService.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ func (bs *BlockService) ServeStateProofPath(response http.ResponseWriter, reques
260260
// proofs that don't exist yet, don't bother searching if we
261261
// are looking for a state proof for a round that's within
262262
// StateProofInterval of latest.
263-
if round + basics.Round(config.Consensus[hdr.CurrentProtocol].StateProofInterval) >= latestRound {
263+
if round+basics.Round(config.Consensus[hdr.CurrentProtocol].StateProofInterval) >= latestRound {
264264
goto notfound
265265
}
266266

0 commit comments

Comments
 (0)