This commit is contained in:
boufni95 2024-06-25 17:53:45 +02:00
parent 3b482c95a3
commit cafef8c248

View file

@ -31,7 +31,7 @@ export class LiquidityProvider {
this.log("No pub provider to liquidity provider, will not be initialized") this.log("No pub provider to liquidity provider, will not be initialized")
return return
} }
this.log("connecting to liquidity provider", pubDestination) this.log("connecting to liquidity provider:", pubDestination)
this.pubDestination = pubDestination this.pubDestination = pubDestination
this.invoicePaidCb = invoicePaidCb this.invoicePaidCb = invoicePaidCb
this.client = newNostrClient({ this.client = newNostrClient({