fix: remove COEP
This commit is contained in:
@ -41,6 +41,10 @@ export class EventPublisher {
|
||||
this.#pubKey = pubKey;
|
||||
}
|
||||
|
||||
get signer() {
|
||||
return this.#signer;
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a NIP-07 EventPublisher
|
||||
*/
|
||||
|
Reference in New Issue
Block a user