payjoin / rust-payjoin

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

ohttp keys config error gets dropped with .ok() when it should be propagated #398

Open spacebear21 opened 6 days ago

spacebear21 commented 6 days ago

ConfigError is ignored with ok() if an ohttp key's file is set but the read fails. The failure message should be propagated.