Skip to content

Commit 24fb7a6

Browse files
author
Matthew Pendrey
committed
logs
1 parent a0a9a37 commit 24fb7a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

offchainreporting2plus/internal/managed/track_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ func (state *trackConfigState) checkLatestConfigDetails() (
108108

109109
changedInBlockl, latestConfigDigestl, err1 := state.configTracker.LatestConfigDetails(ctx)
110110
latestBlockHeight, err2 := state.configTracker.LatestBlockHeight(ctx)
111-
config, err3 := state.configTracker.LatestConfig(ctx, 0)
111+
config, err3 := state.configTracker.LatestConfig(ctx, latestBlockHeight)
112112

113113
fmt.Printf("changedInBlock: %v\n", changedInBlockl)
114114
fmt.Printf("latestConfigDigest: %v\n", latestConfigDigestl)

0 commit comments

Comments
 (0)