mirror of
https://github.com/zhigang1992/wallet.git
synced 2026-03-25 08:54:34 +08:00
fix: remove required payment type from sign msg
This commit is contained in:
@@ -18,7 +18,7 @@ const rpcSignMessageParamsSchema = yup.object().shape({
|
||||
account: accountSchema,
|
||||
message: yup.string().required(),
|
||||
network: yup.string().oneOf(Object.values(WalletDefaultNetworkConfigurationIds)),
|
||||
paymentType: yup.string<PaymentTypes>().required(),
|
||||
paymentType: yup.string<PaymentTypes>(),
|
||||
});
|
||||
|
||||
// TODO: Import param types from btckit when updated
|
||||
|
||||
Reference in New Issue
Block a user