forked from cerc-io/cosmos-explorer
add custom coin type
This commit is contained in:
parent
41a9eb20a3
commit
a95dcff4bc
@ -384,10 +384,13 @@ export default {
|
||||
}
|
||||
})
|
||||
this.address = wallet.address[0].addr
|
||||
this.hdpath = wallet.address[0].hdpath
|
||||
if (this.localAddress()) {
|
||||
this.$refs.wizard.nextTab()
|
||||
}
|
||||
}
|
||||
} else {
|
||||
this.hdpath = `m/44'/${selected.coin_type}/0'/0/0`
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
Loading…
Reference in New Issue
Block a user