nwc: attach lud16 to profile when attaching wallet

This commit is contained in:
William Casarin
2023-05-10 11:41:38 -07:00
parent a5726d4650
commit 5cce18c8b6
3 changed files with 21 additions and 0 deletions

View File

@@ -92,6 +92,9 @@ extension Notification.Name {
static var onlyzaps_mode: Notification.Name {
return Notification.Name("hide_reactions")
}
static var attached_wallet: Notification.Name {
return Notification.Name("attached_wallet")
}
}
func handle_notify(_ name: Notification.Name) -> NotificationCenter.Publisher {