deb
This commit is contained in:
parent
4d4b9409e5
commit
1e9e17c39e
2 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,6 @@ export default (serverMethods: Types.ServerMethods, mainHandler: Main, nostrSett
|
|||
log(ERROR, "invalid json event received", event.content)
|
||||
return
|
||||
}
|
||||
console.log(event)
|
||||
if (event.kind === 21001) {
|
||||
const offerReq = j as NofferData
|
||||
mainHandler.handleNip69Noffer(offerReq, event)
|
||||
|
|
|
|||
|
|
@ -212,6 +212,7 @@ export default class Handler {
|
|||
tags: [['p', data.pub]],
|
||||
}
|
||||
} else {
|
||||
console.log(data)
|
||||
toSign = data.event
|
||||
if (data.encrypt) {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue