Fix: default 0 zeroConfLimit for new coins

This commit is contained in:
csrapr 2021-04-09 19:44:08 +01:00 committed by Josh Harvey
parent fafee1a727
commit 65a55a669d
7 changed files with 63 additions and 138 deletions

View file

@ -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