diff --git a/new-lamassu-admin/src/pages/Wallet/helper.js b/new-lamassu-admin/src/pages/Wallet/helper.js index c4f8d67c..3d913107 100644 --- a/new-lamassu-admin/src/pages/Wallet/helper.js +++ b/new-lamassu-admin/src/pages/Wallet/helper.js @@ -33,7 +33,7 @@ const WalletSchema = Yup.object().shape({ const AdvancedWalletSchema = Yup.object().shape({ cryptoUnits: Yup.string().required(), - allowTransactionBatching: Yup.boolean().required() + allowTransactionBatching: Yup.boolean() }) const getAdvancedWalletElements = (cryptoCurrencies, coinUtils, config) => {