Commit a81cae4
docs(swift-example-app): sync @query docstring with the current resumable filter
The `allAssetLocks` @query comment predates the current
`crossWalletResumableLocks` shape and still described the filter
as "status >= InstantSendLocked". The floor is actually `>= 1`
(Broadcast), and the filter now also excludes non-identity
funding types (0...3 only) and in-flight controller slots.
Bring the docstring in line so future readers don't work off
the old contract.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 739efab commit a81cae4
1 file changed
Lines changed: 8 additions & 6 deletions
Lines changed: 8 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
0 commit comments