mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-08 14:57:38 +02:00
multi: formatting and comment fixes
This commit is contained in:
@@ -631,7 +631,7 @@ func createSessionKeyIndexKey(towerID TowerID, blobType blob.Type) []byte {
|
||||
return keyBytes[:]
|
||||
}
|
||||
|
||||
// getSessionKeyIndex is a helper method
|
||||
// getSessionKeyIndex is a helper method.
|
||||
func getSessionKeyIndex(keyIndexes kvdb.RwBucket, towerID TowerID,
|
||||
blobType blob.Type) (uint32, error) {
|
||||
|
||||
|
Reference in New Issue
Block a user