File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ import (
25
25
ouroboros "github.com/blinklabs-io/gouroboros"
26
26
"github.com/blinklabs-io/gouroboros/ledger"
27
27
"github.com/blinklabs-io/gouroboros/protocol/blockfetch"
28
- "github.com/blinklabs-io/gouroboros/protocol/chainsync"
29
28
ochainsync "github.com/blinklabs-io/gouroboros/protocol/chainsync"
30
29
ocommon "github.com/blinklabs-io/gouroboros/protocol/common"
31
30
)
@@ -254,7 +253,7 @@ func (c *ChainSync) setupConnection() error {
254
253
}
255
254
256
255
func (c * ChainSync ) handleRollBackward (
257
- ctx chainsync .CallbackContext ,
256
+ ctx ochainsync .CallbackContext ,
258
257
point ocommon.Point ,
259
258
tip ochainsync.Tip ,
260
259
) error {
@@ -269,7 +268,7 @@ func (c *ChainSync) handleRollBackward(
269
268
}
270
269
271
270
func (c * ChainSync ) handleRollForward (
272
- ctx chainsync .CallbackContext ,
271
+ ctx ochainsync .CallbackContext ,
273
272
blockType uint ,
274
273
blockData interface {},
275
274
tip ochainsync.Tip ,
You can’t perform that action at this time.
0 commit comments