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: use Infallible error for bare entities bech32 encoding
Change the `Err` type of `ToBech32` to `Infallible` for `SecretKey`, `PublicKey` and `EventId`. They are always less than `1023`, so will never be returned an error.
Pull-Request: #786
Acked-by: Yuki Kishimoto <[email protected]>
Signed-off-by: Awiteb <[email protected]>
Signed-off-by: Yuki Kishimoto <[email protected]>
0 commit comments