Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure payjoin-client from file #56

Merged
merged 5 commits into from
Apr 26, 2023
Merged

Conversation

DanGould
Copy link
Contributor

close #54

This separates payjoin client app logic into its own struct. Bitcoind RPC gets connected to from the app struct, initialized from config.

send_payjoin and receive_payjoin are now better suited for binding since the app is initialized with a configuration of Strings and the methods run in the context of the App impl.

link #44

@DanGould DanGould marked this pull request as ready for review April 26, 2023 13:36
@DanGould DanGould merged commit 98f4af4 into payjoin:master Apr 26, 2023
@DanGould DanGould deleted the conf branch April 26, 2023 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Store endpoint and bitcoind in payjoin-client configuration struct
1 participant