Upgrade Nostrify to v0.15, use MockRelay in tests instead of NCache

This commit is contained in:
Alex Gleason
2024-04-26 12:33:52 -05:00
parent f3bc12252a
commit f61d29eb66
5 changed files with 10 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
import { LNURL, LNURLDetails } from '@nostrify/nostrify';
import { LNURL, LNURLDetails } from '@nostrify/nostrify/ln';
import { Debug } from '@/deps.ts';
import { SimpleLRU } from '@/utils/SimpleLRU.ts';
import { Time } from '@/utils/time.ts';