Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nostr: refactor NIP19 relay URL parsing logic
Update NIP19 relay URL parsing to use `str::from_utf8` and handle potential parsing errors gracefully. This improves code efficiency and error handling by eliminating unnecessary allocation. Closes #649 Signed-off-by: Yuki Kishimoto <[email protected]>
- Loading branch information