perf: cache lnurl to avoid bech32 encoding on the main thread

This commit is contained in:
William Casarin
2023-04-06 10:26:51 -07:00
parent c5341ba337
commit c7bf1da797
2 changed files with 14 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ import Foundation
func created_deleted_account_profile(keypair: FullKeypair) -> NostrEvent {
var profile = Profile()
let profile = Profile()
profile.deleted = true
profile.about = "account deleted"
profile.name = "nobody"