Skip to content

Commit ba1de0c

Browse files
authored
Merge pull request #2336 from CortexFoundation/dev
tiny
2 parents 8409a6d + cc9e5c3 commit ba1de0c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

core/filtermaps/chain_view.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@
1717
package filtermaps
1818

1919
import (
20+
"sync"
21+
2022
"github.com/CortexFoundation/CortexTheseus/common"
2123
"github.com/CortexFoundation/CortexTheseus/core/types"
2224
"github.com/CortexFoundation/CortexTheseus/log"
23-
"sync"
2425
)
2526

2627
// blockchain represents the underlying blockchain of ChainView.

0 commit comments

Comments
 (0)