Fix: default 0 zeroConfLimit for new coins
This commit is contained in:
parent
fafee1a727
commit
65a55a669d
7 changed files with 63 additions and 138 deletions
|
|
@ -12,7 +12,6 @@ import ChooseCoin from './ChooseCoin'
|
|||
import ChooseExchange from './ChooseExchange'
|
||||
import ChooseTicker from './ChooseTicker'
|
||||
import ChooseWallet from './ChooseWallet'
|
||||
import ZeroConfLimit from './ZeroConfLimit'
|
||||
|
||||
const useStyles = makeStyles(styles)
|
||||
|
||||
|
|
@ -37,10 +36,6 @@ 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