We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 549a664 commit fd071dbCopy full SHA for fd071db
payjoin-cli/ohttp-keys
74 Bytes
payjoin-cli/src/app/config.rs
@@ -73,7 +73,8 @@ impl AppConfig {
73
"ohttp_relay",
74
matches.get_one::<Url>("ohttp_relay").map(|s| s.as_str()),
75
)?
76
- .set_default("pj_directory", "https://payjo.in")?;
+ .set_default("pj_directory", "https://payjo.in")?
77
+ .set_default("ohttp_keys", None::<String>)?;
78
79
let builder = match matches.subcommand() {
80
Some(("send", _)) => builder,
0 commit comments