Feat: move zeroConfLimit to wallet_CRYPTOCODE namespace

This commit is contained in:
csrapr 2021-04-07 18:50:19 +01:00 committed by Josh Harvey
parent 4681de4033
commit 5da28bc830
10 changed files with 178 additions and 119 deletions

View file

@ -11,7 +11,7 @@ import WizardSplash from './WizardSplash'
import WizardStep from './WizardStep'
import { DenominationsSchema } from './helper'
const LAST_STEP = 4
const LAST_STEP = 3
const MODAL_WIDTH = 554
const MODAL_HEIGHT = 520
@ -70,13 +70,6 @@ const Wizard = ({ machine, locale, onClose, save, error }) => {
labelProp: 'display',
valueProp: 'code'
}
},
{
type: 'zeroConfLimit',
display: '0-conf Limit',
schema: Yup.object().shape({
zeroConfLimit: Yup.number().required()
})
}
]