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
nostr: fix nip22::extract_root to handle uppercase tags when is_root is true
Fixes the `nip22::extract_root` function by ensuring it properly handles uppercase and lowercase tags (`k`,`e`,`a`,`i`) when `is_root` is `true`. The issue occurred because `nip22::extract_{kind,event,coordinate,external}` enforced lowercase
kinds even for root cases.
Pull-Request: #876
Signed-off-by: Awiteb <[email protected]>
Signed-off-by: Yuki Kishimoto <[email protected]>
0 commit comments