Skip to content

Commit

Permalink
remove reflect import and extra bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
grubles committed Aug 27, 2023
1 parent dfa7ae6 commit 0c33944
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions clightning/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -284,7 +283,6 @@ func BitcoinFallbackFromClnConfig(client *ClightningClient) Processor {
default:
return nil, fmt.Errorf("Bitcoind rpcport type %T not handled", v)
}
}
}
}
}
Expand Down

0 comments on commit 0c33944

Please sign in to comment.