Fix sending nip46 signer pubkey on connect
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@welshman/app",
|
||||
"version": "0.0.43",
|
||||
"version": "0.0.44",
|
||||
"author": "hodlbod",
|
||||
"license": "MIT",
|
||||
"description": "A collection of svelte stores for use in building nostr client applications.",
|
||||
|
||||
@@ -206,8 +206,8 @@ thunkWorker.addGlobalHandler((thunk: Thunk) => {
|
||||
|
||||
try {
|
||||
event = await signer.sign(event)
|
||||
} catch (e) {
|
||||
return fail(String(e))
|
||||
} catch (e: any) {
|
||||
return fail(String(e.error || e))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user