Skip to content

Commit

Permalink
Fixing null clients in OnRamp reader (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz-sekara authored Oct 17, 2023
1 parent 8af156b commit a17a78c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ func NewOnRampV1_0_0(lggr logger.Logger, sourceSelector, destSelector uint64, on
lggr: lggr,
address: onRampAddress,
onRamp: onRamp,
client: source,
lp: sourceLP,
finalityTags: finalityTags,
leafHasher: NewLeafHasherV1_0_0(sourceSelector, destSelector, onRampAddress, hashlib.NewKeccakCtx(), onRamp),
Expand Down

0 comments on commit a17a78c

Please sign in to comment.