Skip to content

Commit d59f8b5

Browse files
A1igatorclaude
andcommitted
authCapture: keep multi-accepts hint in the assetTransferMethod cell
Two sentences in a cell is fine; lifting it out and back in was overkill. Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
1 parent 2f25982 commit d59f8b5

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

specs/schemes/authCapture/scheme_authCapture_evm.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,7 @@ AuthCapture-accepting servers advertise with scheme `authCapture`:
5757
| `minFeeBps` | Yes | `uint16` | Minimum fee in basis points (the fee floor the captureAuthorizer must take). `0` = no minimum. |
5858
| `maxFeeBps` | Yes | `uint16` | Maximum fee in basis points (the cap on the captureAuthorizer's fee). |
5959
| `autoCapture` | No | `bool` | `true` → facilitator calls `charge()` (atomic). `false``authorize()` (two-phase). Default: `false`. |
60-
| `assetTransferMethod` | No | `"eip3009" \| "permit2"` | Which token collector to use. Default: `"eip3009"`. |
61-
62-
A server MAY list multiple `accepts[]` entries with different `assetTransferMethod` values so clients can pick the method matching their token approvals.
60+
| `assetTransferMethod` | No | `"eip3009" \| "permit2"` | Which token collector to use. Default: `"eip3009"`. A server MAY list multiple `accepts[]` entries with different `assetTransferMethod` values so clients can pick the method matching their token approvals. |
6361

6462
**Universal contract addresses** (same on every supported EVM chain via deterministic CREATE2):
6563

0 commit comments

Comments
 (0)