payjoin / rust-payjoin

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

Axe `send` `receive` module separation #393

Open DanGould opened 4 days ago

DanGould commented 4 days ago

these were separated so that v1 http client senders and v1 http server receivers were only using code they could actually deploy. Now that v2 is all client software, this distinction isn't really necessary and every sender should implement receiving as well.