mirror of
https://github.com/nbd-wtf/nostr-tools.git
synced 2025-12-13 10:28:51 +00:00
unsplit, backwards-compatibility, wasm relay and pool must be configured manually from the abstract classes.
This commit is contained in:
@@ -2,7 +2,7 @@ import { test, expect, afterAll } from 'bun:test'
|
||||
|
||||
import { finalizeEvent, type Event } from './pure.ts'
|
||||
import { generateSecretKey, getPublicKey } from './pure.ts'
|
||||
import { SimplePool } from './pool.ts'
|
||||
import SimplePool from './pool-pure.ts'
|
||||
|
||||
let pool = new SimplePool()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user