remove unused var

This commit is contained in:
Ethan Buchman
2017-11-30 06:50:51 +00:00
parent 014b0b9944
commit b01b1e4758

View File

@@ -18,7 +18,6 @@ const (
EvidenceChannel = byte(0x38)
maxEvidenceMessageSize = 1048576 // 1MB TODO make it configurable
peerCatchupSleepIntervalMS = 100 // If peer is behind, sleep this amount
broadcastEvidenceIntervalS = 60 // broadcast uncommitted evidence this often
)