mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-10 06:12:33 +02:00
multi: update to go 1.11 gofmt
This commit is contained in:
@@ -282,7 +282,7 @@ type Switch struct {
|
||||
// New creates the new instance of htlc switch.
|
||||
func New(cfg Config, currentHeight uint32) (*Switch, error) {
|
||||
circuitMap, err := NewCircuitMap(&CircuitMapConfig{
|
||||
DB: cfg.DB,
|
||||
DB: cfg.DB,
|
||||
ExtractErrorEncrypter: cfg.ExtractErrorEncrypter,
|
||||
})
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user