Commit de84f9d
authCapture: feeRecipient address(0) note + realistic Permit2 example nonce
- Document the feeRecipient = address(0) opt-out in the field description.
The Fee System appendix already says address(0) lets the caller pick a
non-zero recipient at capture/charge time, but the field description
marked feeRecipient as required without flagging this opt-in.
- Replace the Permit2 example nonce ("12345678901234567890", ~6.4×10¹⁸)
with a realistic 78-digit uint256 value. The real wire value is
uint256(payerAgnosticPaymentInfoHash); the previous placeholder
understated the field width and could mislead implementers testing
against the literal.
Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>1 parent 3c305d5 commit de84f9d
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| |||
0 commit comments