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

@ -12,6 +12,7 @@ import ChooseCoin from './ChooseCoin'
import ChooseExchange from './ChooseExchange'
import ChooseTicker from './ChooseTicker'
import ChooseWallet from './ChooseWallet'
import ZeroConfLimit from './ZeroConfLimit'
const useStyles = makeStyles(styles)
@ -36,6 +37,10 @@ const steps = [
label: 'Blockcypher',
component: Blockcypher
},
{
label: 'Set 0-conf Limit',
component: ZeroConfLimit
},
{
label: 'All set',
component: AllSet