diff --git a/clightning/config.go b/clightning/config.go index caf16cba..e4dfa970 100644 --- a/clightning/config.go +++ b/clightning/config.go @@ -9,7 +9,6 @@ import ( "path/filepath" "strings" "strconv" - "reflect" "github.com/elementsproject/glightning/glightning" "github.com/elementsproject/peerswap/log" "github.com/pelletier/go-toml/v2" @@ -286,7 +285,6 @@ func BitcoinFallbackFromClnConfig(client *ClightningClient) Processor { default: return nil, fmt.Errorf("Bitcoind rpcport type %T not handled", v) } - } } } }