Skip to content

Commit

Permalink
Add solhint ignore for tx.origin
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkaseman committed Oct 17, 2023
1 parent 335d42e commit 980f0e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/src/v0.8/functions/dev/v1_X/FunctionsBilling.sol
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ abstract contract FunctionsBilling is Routable, IFunctionsBilling {
request.callbackGasLimit,
estimatedTotalCostJuels,
timeoutTimestamp,
// solhint-disable-next-line avoid-tx-origin
tx.origin
)
);
Expand Down

0 comments on commit 980f0e0

Please sign in to comment.