unsplit, backwards-compatibility, wasm relay and pool must be configured manually from the abstract classes.

This commit is contained in:
fiatjaf
2023-12-21 19:57:28 -03:00
parent a4ae964ee6
commit 7f11c0c618
16 changed files with 162 additions and 89 deletions

View File

@@ -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 })
}