feat: update word position on device button click
This commit is contained in:
parent
a8951f5b48
commit
3342be0b16
|
@ -825,6 +825,7 @@ async function serialSigner(path) {
|
|||
handleShowSeedResponse: function (res = '') {
|
||||
const [pos, word] = res.trim().split(' ')
|
||||
this.hww.seedWord = `${pos}. ${word}`
|
||||
this.hww.seedWordPosition = pos
|
||||
},
|
||||
hwwRestore: async function () {
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue
Block a user