You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in sign_event specs sign_event [<{kind, content, tags, created_at}>]
nip46 specifies params to be
positional array of string parameters.
this points to the correct way to encode the event being [JSON.stringify({kind,content,tags,created_at})]
nostrum (built from master branch) expects it to be passed as json object [{kind,content,tags,created_at}] instead
The text was updated successfully, but these errors were encountered:
in sign_event specs
sign_event [<{kind, content, tags, created_at}>]
nip46 specifies params to be
this points to the correct way to encode the event being [JSON.stringify({kind,content,tags,created_at})]
nostrum (built from master branch) expects it to be passed as json object [{kind,content,tags,created_at}] instead
The text was updated successfully, but these errors were encountered: