mirror of
https://github.com/tornadocash/tornado-initiation-ui.git
synced 2024-11-22 09:36:52 +01:00
tx hash
This commit is contained in:
parent
029a1ff017
commit
002e7eb979
@ -20,7 +20,7 @@
|
||||
path="deployedBy"
|
||||
>
|
||||
<template v-slot:link>
|
||||
<a :href="domainUrl(data.deployTransaction)" target="_blank">{{
|
||||
<a :href="txExplorerUrl(data.deployTransaction)" target="_blank">{{
|
||||
data.deployerAddress
|
||||
}}</a>
|
||||
</template>
|
||||
@ -117,6 +117,7 @@ export default {
|
||||
computed: {
|
||||
...mapGetters('provider', ['getProviderName', 'getAccount']),
|
||||
...mapGetters('steps', ['canDeploy']),
|
||||
...mapGetters('txStorage', ['txExplorerUrl']),
|
||||
isNotLoggedIn() {
|
||||
return !this.getProviderName
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user