mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-24 14:51:05 +01:00
fix: do not stop secret search
This commit is contained in:
parent
429a898ff9
commit
2179c7a327
1 changed files with 6 additions and 2 deletions
|
@ -1001,13 +1001,17 @@ page_container %}
|
|||
token.promises?.splice(secretIndex, 1)
|
||||
token.randomBlindingFactors?.splice(secretIndex, 1)
|
||||
token.secrets?.splice(secretIndex, 1)
|
||||
// todo: persist
|
||||
return
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
this.$q.notify({
|
||||
timeout: 5000,
|
||||
message: 'Tokens burned'
|
||||
})
|
||||
this.storeTokens()
|
||||
this.showSendTokens = false
|
||||
console.log('### this.tokens', this.tokens)
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue