This commit is contained in:
boufni95 2024-06-25 17:45:49 +02:00
parent 655d3a9373
commit d91d54740c

View file

@ -175,6 +175,7 @@ export class LiquidityProvider {
}
setNostrInfo = ({ clientId, myPub }: { myPub: string, clientId: string }) => {
this.log("setting nostr info")
this.clientId = clientId
this.myPub = myPub
this.setSetIfReady()
@ -183,6 +184,7 @@ export class LiquidityProvider {
attachNostrSend(f: NostrSend) {
this.log("attaching nostrSend action")
this.nostrSend = f
this.setSetIfReady()
}