chore: update deps (#761)

This commit is contained in:
thesimplekid
2025-05-20 10:27:52 +01:00
committed by GitHub
parent b63dc1045d
commit abf10da330
16 changed files with 37 additions and 78 deletions

View File

@@ -113,9 +113,8 @@ pub async fn pay_request(
let rumor = EventBuilder::new(
nostr_sdk::Kind::from_u16(14),
serde_json::to_string(&payload)?,
[],
);
)
.build(nprofile.public_key);
let relays = nprofile.relays;
for relay in relays.iter() {