feat: POW miner

This commit is contained in:
2023-08-18 00:35:48 +01:00
parent 667518a2df
commit 2a851c442d
14 changed files with 209 additions and 40 deletions

View File

@ -86,4 +86,4 @@ export interface FullRelaySettings {
settings: RelaySettings;
}
export type NotSignedNostrEvent = Omit<NostrEvent, "sig">;
export type NotSignedNostrEvent = Omit<NostrEvent, "sig">;