mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-05 03:56:05 +02:00
lnd: replace 'routing' with 'discovery' package
Add usage of the 'discovery' package in the lnd, now discovery service will be handle all lnwire announcement messages and send them to the remote party.
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
b4ac7071ff
commit
4c52b6e6a4
@@ -68,10 +68,10 @@ func createTestNode() (*channeldb.LightningNode, error) {
|
||||
|
||||
return &channeldb.LightningNode{
|
||||
LastUpdate: time.Now(),
|
||||
Address: testAddr,
|
||||
Addresses: testAddrs,
|
||||
PubKey: priv.PubKey(),
|
||||
Alias: alias.String(),
|
||||
Features: testFeatures,
|
||||
Features: testFeatures,
|
||||
}, nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user