xanimo / dogecoin-payment-server-archive

MIT License
1 stars 3 forks source link

No psbt for announce and payment #15

Closed rllola closed 2 years ago

rllola commented 2 years ago

This PR remove the PSBT part in the announce and payment api. The endpoint is also split into 2 endpoints announce and payment.

The PR also restructure the sources by features. Each folder contains everything it needs for a specific task. It makes it easier to follow changes when working on a specific task.