up
This commit is contained in:
parent
655d3a9373
commit
d91d54740c
1 changed files with 2 additions and 0 deletions
|
|
@ -175,6 +175,7 @@ export class LiquidityProvider {
|
||||||
}
|
}
|
||||||
|
|
||||||
setNostrInfo = ({ clientId, myPub }: { myPub: string, clientId: string }) => {
|
setNostrInfo = ({ clientId, myPub }: { myPub: string, clientId: string }) => {
|
||||||
|
this.log("setting nostr info")
|
||||||
this.clientId = clientId
|
this.clientId = clientId
|
||||||
this.myPub = myPub
|
this.myPub = myPub
|
||||||
this.setSetIfReady()
|
this.setSetIfReady()
|
||||||
|
|
@ -183,6 +184,7 @@ export class LiquidityProvider {
|
||||||
|
|
||||||
|
|
||||||
attachNostrSend(f: NostrSend) {
|
attachNostrSend(f: NostrSend) {
|
||||||
|
this.log("attaching nostrSend action")
|
||||||
this.nostrSend = f
|
this.nostrSend = f
|
||||||
this.setSetIfReady()
|
this.setSetIfReady()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue