Skip to content

Commit 3eed93f

Browse files
committed
fix import
1 parent 7ca6fd1 commit 3eed93f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ledger/blockqueue_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ package ledger
1818

1919
import (
2020
"fmt"
21-
"github.com/algorand/go-algorand/protocol"
2221
"testing"
2322

2423
"github.com/stretchr/testify/require"
@@ -28,6 +27,7 @@ import (
2827
"github.com/algorand/go-algorand/crypto"
2928
"github.com/algorand/go-algorand/data/bookkeeping"
3029
"github.com/algorand/go-algorand/logging"
30+
"github.com/algorand/go-algorand/protocol"
3131
)
3232

3333
func TestPutOldBlock(t *testing.T) {

0 commit comments

Comments
 (0)