File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -123,5 +123,4 @@ func rollbackBlock(ctx *svc.ServiceContext) {
123
123
ctx .SyncedBlockNumber = previousBlock .BlockNumber
124
124
ctx .SyncedBlockHash = common .HexToHash (previousBlock .BlockHash )
125
125
}
126
-
127
126
}
Original file line number Diff line number Diff line change @@ -2,13 +2,14 @@ package handler
2
2
3
3
import (
4
4
"fmt"
5
- "github.com/optimism-java/dispute-explorer/internal/blockchain"
6
- "github.com/pkg/errors"
7
- "gorm.io/gorm"
8
5
"strings"
9
6
"sync"
10
7
"time"
11
8
9
+ "github.com/optimism-java/dispute-explorer/internal/blockchain"
10
+ "github.com/pkg/errors"
11
+ "gorm.io/gorm"
12
+
12
13
"github.com/ethereum/go-ethereum/common"
13
14
"github.com/optimism-java/dispute-explorer/internal/schema"
14
15
"github.com/optimism-java/dispute-explorer/internal/svc"
You can’t perform that action at this time.
0 commit comments