remove pool-wasm.ts that I had forgotten.

This commit is contained in:
fiatjaf
2023-12-21 21:04:27 -03:00
parent d61cc6c9bf
commit 83b6dd7ec3

View File

@@ -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'