Skip to content

Commit

Permalink
πŸ“š Add extra auditor comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyrharper committed Jul 16, 2024
1 parent af26cc3 commit 4eba7f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MarginPaymaster.sol
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ contract MarginPaymaster is IPaymaster, Zap, Ownable {
userOp.sender,
userOp.maxFeePerGas,
userOp.maxPriorityFeePerGas,
/// @custom:auditor // watch out, i hacked out this accountId logic at the last minute, could have made a mistake
// the accountId field is optional, if it is not present we will take the first account appearing on-chain
// if the accountId is invalid, we will again attempt to take the first account appearing on-chain
// if it is set correctly, then margin will be pulled from specified accountId. This allows support for users with multiple snxv3 accounts
Expand Down

0 comments on commit 4eba7f8

Please sign in to comment.