summaryrefslogtreecommitdiff
path: root/compactcert/worker.go
diff options
context:
space:
mode:
Diffstat (limited to 'compactcert/worker.go')
-rw-r--r--compactcert/worker.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/compactcert/worker.go b/compactcert/worker.go
index fb78a7300..d84f7848f 100644
--- a/compactcert/worker.go
+++ b/compactcert/worker.go
@@ -24,7 +24,7 @@ import (
"github.com/algorand/go-algorand/crypto/compactcert"
"github.com/algorand/go-algorand/data/basics"
"github.com/algorand/go-algorand/data/bookkeeping"
- "github.com/algorand/go-algorand/ledger"
+ "github.com/algorand/go-algorand/ledger/ledgercore"
"github.com/algorand/go-algorand/logging"
"github.com/algorand/go-algorand/network"
"github.com/algorand/go-algorand/protocol"
@@ -36,7 +36,7 @@ import (
type builder struct {
*compactcert.Builder
- voters *ledger.VotersForRound
+ voters *ledgercore.VotersForRound
votersHdr bookkeeping.BlockHeader
}