mirror of
https://github.com/nbd-wtf/nostr-tools.git
synced 2025-12-10 09:08:50 +00:00
unsplit, backwards-compatibility, wasm relay and pool must be configured manually from the abstract classes.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { verifyEvent } from './wasm.ts'
|
||||
import TrustedSimplePool from './trusted-pool.ts'
|
||||
import { TrustedSimplePool } from './trusted-pool.ts'
|
||||
|
||||
export default class WasmSimplePool extends TrustedSimplePool {
|
||||
export class SimplePool extends TrustedSimplePool {
|
||||
constructor() {
|
||||
super({ verifyEvent })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user