remove last remains of pool-pure.ts

This commit is contained in:
fiatjaf
2023-12-22 07:51:17 -03:00
parent 397931f847
commit 7067b47cd4
3 changed files with 3 additions and 2 deletions

View File

@@ -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-pure.ts'
import { SimplePool } from './pool.ts'
let pool = new SimplePool()