Kixunil / payjoin

Rust PayJoin (BIP78) implementation
23 stars 5 forks source link

impl `Display` and `std::error::Error` for all error types #37

Open DanGould opened 1 year ago

DanGould commented 1 year ago

Even if the error is not "well-known" nor sent in detail to the sender, the receiver would benefit from being able to display them

Kixunil commented 1 year ago

Oh, yes, all error types need proper error machinery including std::error::Error