mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-12-09 20:33:45 +01:00
channeldb: add storing of node signature and add edge signature
In order to properly announce the channel the announcements proofs should be persistent in boltdb.
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
2105a06a26
commit
19174ebdfd
@@ -163,6 +163,7 @@ func parseTestGraph(path string) (*channeldb.ChannelGraph, func(), aliasMap, err
|
||||
}
|
||||
|
||||
dbNode := &channeldb.LightningNode{
|
||||
AuthSig: testSig,
|
||||
LastUpdate: time.Now(),
|
||||
Addresses: testAddrs,
|
||||
PubKey: pub,
|
||||
@@ -257,6 +258,7 @@ func parseTestGraph(path string) (*channeldb.ChannelGraph, func(), aliasMap, err
|
||||
}
|
||||
|
||||
edgePolicy := &channeldb.ChannelEdgePolicy{
|
||||
Signature: testSig,
|
||||
ChannelID: edge.ChannelID,
|
||||
LastUpdate: time.Now(),
|
||||
TimeLockDelta: edge.Expiry,
|
||||
|
||||
Reference in New Issue
Block a user