mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-24 22:58:46 +01:00
fix: help command
This commit is contained in:
parent
1c03b28b77
commit
19dfef6044
1 changed files with 1 additions and 0 deletions
|
@ -499,6 +499,7 @@ async function serialSigner(path) {
|
|||
},
|
||||
hwwHelp: async function () {
|
||||
try {
|
||||
await this.sendCommandSecure(COMMAND_HELP)
|
||||
this.$q.notify({
|
||||
type: 'positive',
|
||||
message: 'Check display or console for details!',
|
||||
|
|
Loading…
Add table
Reference in a new issue