Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
fixed link to block tracker contract
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikelle committed Apr 11, 2024
1 parent d7650f1 commit c15ce3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/node/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ func NewNode(opts *Options) (*Node, error) {
commitmentDA preconfcontract.Interface = noOpCommitmentDA{}
)

blockTrackerAddr := common.HexToAddress(opts.PreconfContract)
blockTrackerAddr := common.HexToAddress(opts.BlockTrackerContract)

blockTracker := blocktrackercontract.New(
blockTrackerAddr,
Expand Down

0 comments on commit c15ce3c

Please sign in to comment.