mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-11-11 22:57:59 +01:00
graph/db+chanbackup: dns add encoding/decoding for persistence
This commit is contained in:
committed by
Mohamed Awnallah
parent
4bd2bbca27
commit
6ef80db746
@@ -160,6 +160,7 @@ func TestFetchStaticChanBackups(t *testing.T) {
|
||||
chanSource.addAddrsForNode(randomChan2.IdentityPub, []net.Addr{addr2})
|
||||
chanSource.addAddrsForNode(randomChan2.IdentityPub, []net.Addr{addr3})
|
||||
chanSource.addAddrsForNode(randomChan2.IdentityPub, []net.Addr{addr4})
|
||||
chanSource.addAddrsForNode(randomChan2.IdentityPub, []net.Addr{addr5})
|
||||
|
||||
// With the channel source populated, we'll now attempt to create a set
|
||||
// of backups for all the channels. This should succeed, as all items
|
||||
|
||||
Reference in New Issue
Block a user