payjoin / rust-payjoin

Supercharged payment batching to save you fees and preserve your privacy
https://payjoindevkit.org
85 stars 36 forks source link

Use explicit names for error enum with many fields #304

Closed DanGould closed 3 months ago

DanGould commented 3 months ago

This just changes semantics of some tuples with implied names to enum variants with explicit names. A sanity check is all it needs for a review.

DanGould commented 3 months ago

Thanks for the quick review turnaround @jbesraa