fix
This commit is contained in:
parent
0dd79eecf6
commit
1205ec403d
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ import { NostrEvent, NostrSend, NostrSettings } from "./services/nostr/handler.j
|
|||
import * as Types from '../proto/autogenerated/ts/types.js'
|
||||
import NewNostrTransport, { NostrRequest } from '../proto/autogenerated/ts/nostr_transport.js';
|
||||
import { ERROR, getLogger } from "./services/helpers/logger.js";
|
||||
import { NdebitData } from "./services/main/debitManager.js";
|
||||
import { NdebitData } from "nostr-tools/lib/types/nip68.js";
|
||||
|
||||
export default (serverMethods: Types.ServerMethods, mainHandler: Main, nostrSettings: NostrSettings, onClientEvent: (e: { requestId: string }, fromPub: string) => void): { Stop: () => void, Send: NostrSend } => {
|
||||
const log = getLogger({})
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ import { RugPullTracker } from "./rugPullTracker.js"
|
|||
import { AdminManager } from "./adminManager.js"
|
||||
import { Unlocker } from "./unlocker.js"
|
||||
import { defaultInvoiceExpiry } from "../storage/paymentStorage.js"
|
||||
import { DebitManager, NdebitData } from "./debitManager.js"
|
||||
import { DebitManager } from "./debitManager.js"
|
||||
|
||||
type UserOperationsSub = {
|
||||
id: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue