watchtower/multi: use proper TowerID type

This allows serialization methods to be added with TowerID method
receivers.
This commit is contained in:
Conner Fromknecht
2019-05-23 20:47:22 -07:00
parent ec7c16fdc1
commit 3509c0c991
4 changed files with 33 additions and 14 deletions

View File

@@ -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.
//