Skip to content

Commit

Permalink
Merge branch 'develop' into FUN-734-foundry-tests-6
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkaseman authored Sep 18, 2023
2 parents d49f116 + 617af45 commit 3a5de7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/services/vrf/v2/listener_v2.go
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@ func (lsn *listenerV2) enqueueForceFulfillment(
RequestTxHash: &requestTxHash,
// No max link since simulation failed
},
}, pg.WithQueryer(tx), pg.WithParentCtx(ctx))
})
return err
})
return
Expand Down Expand Up @@ -1137,7 +1137,7 @@ func (lsn *listenerV2) processRequestsPerSubHelper(
VRFCoordinatorAddress: &coordinatorAddress,
VRFRequestBlockNumber: new(big.Int).SetUint64(p.req.req.Raw().BlockNumber),
},
}, pg.WithQueryer(tx), pg.WithParentCtx(ctx))
})
return err
})
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion core/services/vrf/v2/listener_v2_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ func (lsn *listenerV2) processBatch(
GlobalSubID: txMetaGlobalSubID,
RequestTxHashes: txHashes,
},
}, pg.WithQueryer(tx))
})

return errors.Wrap(err, "create batch fulfillment eth transaction")
})
Expand Down

0 comments on commit 3a5de7d

Please sign in to comment.