mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-14 18:30:52 +02:00
watchtower/multi: use proper TowerID type
This allows serialization methods to be added with TowerID method receivers.
This commit is contained in:
@@ -57,7 +57,7 @@ type ClientSession struct {
|
||||
|
||||
// TowerID is the unique, db-assigned identifier that references the
|
||||
// Tower with which the session is negotiated.
|
||||
TowerID uint64
|
||||
TowerID TowerID
|
||||
|
||||
// Tower holds the pubkey and address of the watchtower.
|
||||
//
|
||||
|
Reference in New Issue
Block a user