Feat: move zeroConfLimit to wallet_CRYPTOCODE namespace
This commit is contained in:
parent
4681de4033
commit
5da28bc830
10 changed files with 178 additions and 119 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue