Feat: back end support for per coin 0-conf limit

This commit is contained in:
csrapr 2021-04-08 18:41:56 +01:00 committed by Josh Harvey
parent 5da28bc830
commit ac38a40b6c
9 changed files with 32 additions and 21 deletions

View file

@ -174,7 +174,7 @@ const WizardStep = ({
]}
validationSchema={zeroConfLimitSchema}
buttonLabel={label}
value={0}
value={null}
/>
</>
)}