From 6638b01b46fedaae863187927ded2a822d3c87ea Mon Sep 17 00:00:00 2001 From: jacogr Date: Fri, 10 Nov 2017 17:25:57 +0100 Subject: [PATCH] Disallow builtin multisig deploy (only watch) --- .../CreateWallet/WalletType/walletType.js | 52 +++++++++---------- .../modals/CreateWallet/createWalletStore.js | 2 +- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/js/src/modals/CreateWallet/WalletType/walletType.js b/js/src/modals/CreateWallet/WalletType/walletType.js index bbf55965b..597cd1031 100644 --- a/js/src/modals/CreateWallet/WalletType/walletType.js +++ b/js/src/modals/CreateWallet/WalletType/walletType.js @@ -17,35 +17,35 @@ import React, { Component, PropTypes } from 'react'; import { FormattedMessage } from 'react-intl'; -import { walletSourceURL } from '~/contracts/code/wallet'; +// import { walletSourceURL } from '~/contracts/code/wallet'; import { RadioButtons } from '~/ui'; const TYPES = [ - { - label: ( - - ), - key: 'MULTISIG', - description: ( - - - - ) - } } - /> - ) - }, + // { + // label: ( + // + // ), + // key: 'MULTISIG', + // description: ( + // + // + // + // ) + // } } + // /> + // ) + // }, { label: (