From b85f90bdedef38421a3232fe1a89ebc7b3d1fbb0 Mon Sep 17 00:00:00 2001 From: Shadowy Super Coder Date: Thu, 6 Jun 2024 09:33:47 -0600 Subject: [PATCH] replace deprecated feeurl with fee.url --- configurator/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configurator/src/main.rs b/configurator/src/main.rs index 1c4d309..675876d 100644 --- a/configurator/src/main.rs +++ b/configurator/src/main.rs @@ -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 { "" },