mirror of
https://github.com/nbd-wtf/nostr-tools.git
synced 2025-12-08 16:28:49 +00:00
remove pool-wasm.ts that I had forgotten.
This commit is contained in:
10
pool-wasm.ts
10
pool-wasm.ts
@@ -1,10 +0,0 @@
|
||||
import { verifyEvent } from './wasm.ts'
|
||||
import { TrustedSimplePool } from './trusted-pool.ts'
|
||||
|
||||
export class SimplePool extends TrustedSimplePool {
|
||||
constructor() {
|
||||
super({ verifyEvent })
|
||||
}
|
||||
}
|
||||
|
||||
export * from './trusted-pool.ts'
|
||||
Reference in New Issue
Block a user