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
Seems like these bitcoin_uri errors should be std::error::Error if std is available, as rust-bitcoin is (they're really fancy about this), and then .map_err(Box::from) would be appropriate to keep the full error information. But I recognize this is aspirational and extremely detailed. Something to note in bitcoin_uri for completeness.
Originally posted by @DanGould in payjoin/rust-payjoin#512 (comment)
The text was updated successfully, but these errors were encountered: