We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ca6fd1 commit 3eed93fCopy full SHA for 3eed93f
ledger/blockqueue_test.go
@@ -18,7 +18,6 @@ package ledger
18
19
import (
20
"fmt"
21
- "github.com/algorand/go-algorand/protocol"
22
"testing"
23
24
"github.com/stretchr/testify/require"
@@ -28,6 +27,7 @@ import (
28
27
"github.com/algorand/go-algorand/crypto"
29
"github.com/algorand/go-algorand/data/bookkeeping"
30
"github.com/algorand/go-algorand/logging"
+ "github.com/algorand/go-algorand/protocol"
31
)
32
33
func TestPutOldBlock(t *testing.T) {
0 commit comments