Results 340 comments of Dan Gould

I think two things are being conflated 1. the topic of this issue data persistence / configuration folder for `payjoin-cli`. This could go in a .payjoin folder at the default...

My concern with this issue is when people `cargo install payjoin-cli` the behavior changes depending on which directory they call the program in. Using a default directory and only using...

This issue goes into detail on how payjoin can be used for batching: https://github.com/GaloyMoney/bria/issues/266

from you or user submitted?

What does sparrow show in the log?

looks like proxy_auth needs to be false or else we can't even connect. Before, we were getting a response. Could you find that PSBT response on the server side?

@nickfarrow Is this still an issue or did https://github.com/getumbrel/umbrel-apps/pull/261 fix it

I have a feeling this issue has been resolved with the new payjoin crate update. Verification will require manual testing.

Is UI output or CLI output? Any other logs?

In that case we could still make The `LndClient` `Sync` and `Send` so the "Verify funding" logic can interact with remote lightning nodes in parallel `lnd::LndClient::verify_funding` as demonstrated in #10