Skip to content

Commit

Permalink
fix: signMessage call
Browse files Browse the repository at this point in the history
  • Loading branch information
bumi committed Mar 31, 2022
1 parent 42f206c commit 022637b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension/background-script/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ const routes = {
getInfo: ln.getInfo,
sendPaymentOrPrompt: webln.sendPaymentOrPrompt,
keysendOrPrompt: webln.keysendOrPrompt,
signMessageOrPrompt: webln.signMessageOrPrompt,
lnurl: lnurl,
makeInvoice: ln.makeInvoice,
signMessage: ln.signMessage,
verifyMessage: ln.verifyMessage,
},
addAllowance: allowances.add,
Expand Down

0 comments on commit 022637b

Please sign in to comment.