Skip to content

Commit

Permalink
replace deprecated feeurl with fee.url
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominion5254 committed Jun 6, 2024
1 parent 2c06383 commit b85f90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configurator/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ fn main() -> Result<(), anyhow::Error> {
alias = alias,
color = config.color,
feeurl_row = if use_neutrino {
"feeurl=https://nodes.lightning.computer/fees/v1/btc-fee-estimates.json"
"fee.url=https://nodes.lightning.computer/fees/v1/btc-fee-estimates.json"
} else {
""
},
Expand Down

0 comments on commit b85f90b

Please sign in to comment.