bug: pubkey missing form generic
This commit is contained in:
parent
25df19e37e
commit
ace3a53fc0
@ -340,6 +340,7 @@ export class EventPublisher {
|
|||||||
|
|
||||||
async generic(fnHook: EventBuilderHook) {
|
async generic(fnHook: EventBuilderHook) {
|
||||||
const eb = new EventBuilder();
|
const eb = new EventBuilder();
|
||||||
|
eb.pubKey(this.#pubKey);
|
||||||
fnHook(eb);
|
fnHook(eb);
|
||||||
return await this.#sign(eb);
|
return await this.#sign(eb);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user