You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(go): include registered schemes in facilitator error messages (x402-foundation#1712)
When Verify or Settle fails to find a matching facilitator for a
scheme/network pair, the error now lists all registered scheme/network
combinations. This helps users quickly identify misconfiguration
(e.g., wrong network name, missing registration) without having to
inspect the facilitator setup code.
Before: no facilitator for scheme exact on network eip155:1
After: no facilitator for scheme "exact" on network "eip155:1"; registered: exact@eip155:8453, exact@eip155:84532
Co-authored-by: Matt Van Horn <455140+mvanhorn@users.noreply.github.com>
0 commit comments