mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-29 07:27:05 +01:00
multi: switch over import paths from roasbeef/* to btcsuite/*
This commit is contained in:
@@ -4,8 +4,8 @@ import (
|
||||
"fmt"
|
||||
"sync"
|
||||
|
||||
"github.com/roasbeef/btcd/chaincfg/chainhash"
|
||||
"github.com/roasbeef/btcd/wire"
|
||||
"github.com/btcsuite/btcd/chaincfg/chainhash"
|
||||
"github.com/btcsuite/btcd/wire"
|
||||
)
|
||||
|
||||
// ChainNotifier represents a trusted source to receive notifications concerning
|
||||
|
||||
Reference in New Issue
Block a user