Skip to content

Commit f7794ae

Browse files
committed
Use latest cl-protos
1 parent 038f43a commit f7794ae

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ require (
3636
github.com/smartcontractkit/chainlink-framework/metrics v0.0.0-20260401162955-be2bc6b5264b
3737
github.com/smartcontractkit/chainlink-framework/multinode v0.0.0-20260410144512-ca02ad6ed16a
3838
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20260326111235-8c09d1a4491f
39-
github.com/smartcontractkit/chainlink-protos/svr v1.1.1-0.20260203131522-bb8bc5c423b3
39+
github.com/smartcontractkit/chainlink-protos/svr v1.1.1-0.20260303123527-79f0a3119973
4040
github.com/smartcontractkit/chainlink-tron/relayer v0.0.11-0.20250815105909-75499abc4335
4141
github.com/smartcontractkit/freeport v0.1.3-0.20250716200817-cb5dfd0e369e
4242
github.com/smartcontractkit/libocr v0.0.0-20260130195252-6e18e2a30acc

go.sum

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/txm/metrics_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ func TestEmitTxMessage(t *testing.T) {
184184
}
185185

186186
// WHEN
187-
err = txmMetrics.EmitTxMessage(ctx, common.Hash{}, fromAddress, tx)
187+
err := txmMetrics.EmitTxMessage(ctx, common.Hash{}, fromAddress, tx)
188188
require.NoError(t, err)
189189

190190
// THEN

0 commit comments

Comments
 (0)