Browse Source

remove unused var

pull/592/head
Ethan Buchman 7 years ago
parent
commit
b01b1e4758
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      evidence/reactor.go

+ 0
- 1
evidence/reactor.go 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
)


Loading…
Cancel
Save