store-sigits and update working flow #116

Merged
b merged 18 commits from store-sigits into staging 2024-07-11 11:42:19 +00:00
Showing only changes of commit 88bdce33c9 - Show all commits

View File

@ -503,7 +503,7 @@ export const subscribeForSigits = async (pubkey: string) => {
.findRelayListMetadata(pubkey)
.catch((err) => {
console.log(
`An error occurred while finding relay list metadata for ${hexToNpub(receiver)}`,
`An error occurred while finding relay list metadata for ${hexToNpub(pubkey)}`,
err
)
return null