Disallow builtin multisig deploy (only watch)

This commit is contained in:
jacogr
2017-11-10 09:31:32 +01:00
parent 148ec3731c
commit 1211c1f10c
2 changed files with 27 additions and 27 deletions

View File

@@ -59,7 +59,7 @@ const STEPS = {
export default class CreateWalletStore {
@observable step = null;
@observable txhash = null;
@observable walletType = 'MULTISIG';
@observable walletType = 'WATCH'; // 'MULTISIG';
@observable wallet = {
account: '',