move InMemoryDB to system

This commit is contained in:
Martti Malmi
2024-01-05 12:30:28 +02:00
parent f39831dde8
commit f9302f3917
6 changed files with 23 additions and 12 deletions

View File

@ -10,7 +10,7 @@ import { NostrEvent, ReqCommand, ReqFilter, TaggedNostrEvent, u256 } from "./nos
import { RelayInfo } from "./relay-info";
import EventKind from "./event-kind";
import { getHex64 } from "./utils";
import inMemoryDB from "@snort/app/src/Cache/InMemoryDB";
import inMemoryDB from "./InMemoryDB";
/**
* Relay settings