update go-nostr for nip44-on-nip46 fixes.

This commit is contained in:
fiatjaf
2024-10-27 09:56:49 -03:00
parent 38ed370c59
commit ea53eca74f
3 changed files with 22 additions and 25 deletions

View File

@@ -183,7 +183,7 @@ var bunker = &cli.Command{
cancelPreviousBunkerInfoPrint() // this prevents us from printing a million bunker info blocks
// handle the NIP-46 request event
req, resp, eventResponse, err := signer.HandleRequest(ie.Event)
req, resp, eventResponse, err := signer.HandleRequest(ctx, ie.Event)
if err != nil {
log("< failed to handle request from %s: %s\n", ie.Event.PubKey, err.Error())
continue