fix some pubkeys that were strings still.

This commit is contained in:
fiatjaf
2025-04-17 00:54:50 -03:00
parent 0130725321
commit 1c56906506
4 changed files with 7 additions and 11 deletions

View File

@@ -40,9 +40,6 @@ func NewDynamicSigner(
// unless it is nil, this is called after every event is signed
onEventSigned func(event nostr.Event),
// unless it is nil, the results of this will be used in reply to get_relays
getRelays func(pubkey string) map[string]RelayReadWrite,
) DynamicSigner {
return DynamicSigner{
getHandlerSecretKey: getHandlerSecretKey,