payjoin / rust-payjoin

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

Export InputContributionError #370

Closed DanGould closed 1 month ago

DanGould commented 1 month ago

Since it's a public error downstream implementations may need to switch on it or define types over it

I need this specifically for bindings

spacebear21 commented 1 month ago

Sorry I missed this earlier, but I noticed this too and fixed it in https://github.com/payjoin/rust-payjoin/pull/367/commits/0af90e61d6af42f0bb0f080bcdabdaef2e783d2a#diff-5fba6fc39c59b07e5980d87da92537138068364d192a2b63eee5e57af01a07bb which is now merged. Closing this.

DanGould commented 1 month ago

Good on you. I foresee a bunch of these publicity commits coming down the pipe in the next week or so to accommodate ffi and get our api closer to stable