Skip to content

Commit 7edac99

Browse files
committed
fix: use any instead of interface{}
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 978e3c0 commit 7edac99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/node/chainsync.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ func chainSyncRollForwardHandler(
7777
_ctx chainsync.CallbackContext,
7878
connCfg ConnectionConfig,
7979
_blockType uint,
80-
blockData interface{},
80+
blockData any,
8181
_tip chainsync.Tip,
8282
) error {
8383
cfg := config.GetConfig()

0 commit comments

Comments
 (0)