fix: remove allowTransactionBatching from being required
This commit is contained in:
parent
c7a9cef998
commit
ef6fccb862
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ const WalletSchema = Yup.object().shape({
|
||||||
|
|
||||||
const AdvancedWalletSchema = Yup.object().shape({
|
const AdvancedWalletSchema = Yup.object().shape({
|
||||||
cryptoUnits: Yup.string().required(),
|
cryptoUnits: Yup.string().required(),
|
||||||
allowTransactionBatching: Yup.boolean().required()
|
allowTransactionBatching: Yup.boolean()
|
||||||
})
|
})
|
||||||
|
|
||||||
const getAdvancedWalletElements = (cryptoCurrencies, coinUtils, config) => {
|
const getAdvancedWalletElements = (cryptoCurrencies, coinUtils, config) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue