hot fixes to utc-6
This commit is contained in:
@@ -274,7 +274,7 @@ class RPCClient {
|
||||
})
|
||||
}
|
||||
|
||||
async getNostrPubkey(): Promise<{ nostr_pubkey: string }> {
|
||||
async getNostrPubkey(): Promise<{ nostr_pubkey: string; nostr_npub?: string }> {
|
||||
return this.call({
|
||||
method: 'node.nostr-pubkey',
|
||||
params: {},
|
||||
|
||||
Reference in New Issue
Block a user