diff --git a/new-lamassu-admin/src/pages/Wizard/components/Wallet/Blockcypher.js b/new-lamassu-admin/src/pages/Wizard/components/Wallet/Blockcypher.js index 1a334622..16cf8fa9 100644 --- a/new-lamassu-admin/src/pages/Wizard/components/Wallet/Blockcypher.js +++ b/new-lamassu-admin/src/pages/Wizard/components/Wallet/Blockcypher.js @@ -96,7 +96,7 @@ const Blockcypher = ({ addData }) => { value={accounts.blockcypher} save={save} elements={schema.blockcypher.elements} - validationSchema={schema.blockcypher.validationSchema} + validationSchema={schema.blockcypher.getValidationSchema} buttonLabel={'Continue'} buttonClass={classes.formButton} />