forked from tornadocash/classic-ui
force withdrawal via relayer
This commit is contained in:
parent
91889af448
commit
1494315784
@ -6,7 +6,6 @@
|
|||||||
</header>
|
</header>
|
||||||
<b-tabs v-model="withdrawType" :animated="false" class="is-modal">
|
<b-tabs v-model="withdrawType" :animated="false" class="is-modal">
|
||||||
<RelayerTab />
|
<RelayerTab />
|
||||||
<WalletTab />
|
|
||||||
</b-tabs>
|
</b-tabs>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@ -14,12 +13,11 @@
|
|||||||
/* eslint-disable no-console */
|
/* eslint-disable no-console */
|
||||||
import { mapState, mapMutations } from 'vuex'
|
import { mapState, mapMutations } from 'vuex'
|
||||||
|
|
||||||
import { RelayerTab, WalletTab } from '@/components/settings/tabs'
|
import { RelayerTab } from '@/components/settings/tabs'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
RelayerTab,
|
RelayerTab
|
||||||
WalletTab
|
|
||||||
},
|
},
|
||||||
props: {
|
props: {
|
||||||
currency: {
|
currency: {
|
||||||
|
Loading…
Reference in New Issue
Block a user