fix: bunker sign no response
This commit is contained in:
parent
50658f6d91
commit
bfba681461
1 changed files with 2 additions and 1 deletions
|
|
@ -41,9 +41,10 @@ export class BunkerSigner implements ISigner {
|
||||||
if (!this.signer) {
|
if (!this.signer) {
|
||||||
throw new Error('Not logged in')
|
throw new Error('Not logged in')
|
||||||
}
|
}
|
||||||
|
const pubkey = await this.getPublicKey()
|
||||||
return this.signer.signEvent({
|
return this.signer.signEvent({
|
||||||
...draftEvent,
|
...draftEvent,
|
||||||
pubkey: await this.signer.getPublicKey()
|
pubkey
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue