Fix event encoding issue

This commit is contained in:
William Casarin
2023-02-06 11:10:23 -08:00
parent 140b0e4fc4
commit eae844e081
3 changed files with 5 additions and 4 deletions

View File

@@ -296,6 +296,7 @@ func fetch_zap_invoice(_ payreq: LNUrlPayRequest, zapreq: NostrEvent, amount: In
if zappable {
if let json = encode_json(zapreq) {
print("zapreq json: \(json)")
query.append(URLQueryItem(name: "nostr", value: json))
}
}