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(bolt12): Add UTF-8 validation for offer currency field
Validate that offer_currency contains valid UTF-8 bytes as required by
BOLT12 specification. ISO 4217 currency codes must be valid 3-letter
ASCII strings, which are a subset of UTF-8.
0 commit comments