fix: do not stop secret search

This commit is contained in:
Vlad Stan 2022-10-11 18:28:07 +03:00 committed by dni ⚡
parent 429a898ff9
commit 2179c7a327

View File

@ -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)
},