rust-payjoin
rust-payjoin copied to clipboard
wrap bitcoin_uri errors in PayjoinUriError type
Add PayjoinUriError to provide better error handling for URI parsing. Update UriExt trait to use this new type instead of Box<dyn Error>.
Closes #644