mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-02 19:44:03 +02:00
multi: switch over import paths from roasbeef/* to btcsuite/*
This commit is contained in:
@ -9,9 +9,9 @@ import (
|
||||
|
||||
"errors"
|
||||
|
||||
"github.com/roasbeef/btcd/btcec"
|
||||
"github.com/roasbeef/btcd/wire"
|
||||
"github.com/roasbeef/btcutil"
|
||||
"github.com/btcsuite/btcd/btcec"
|
||||
"github.com/btcsuite/btcd/wire"
|
||||
"github.com/btcsuite/btcutil"
|
||||
)
|
||||
|
||||
type moreChansResp struct {
|
||||
|
Reference in New Issue
Block a user