We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 06ae98e + e22d6c1 commit ea11a1eCopy full SHA for ea11a1e
‎src/routes/wallet/index.ts
@@ -67,7 +67,7 @@ router.post('/evm/migrate', async (req, res, next) => {
67
if (!signed) {
68
throw new ValidationError('INVALID_SIGN');
69
}
70
- const { evmWallet } = signed;
+ const { evm_wallet: evmWallet } = signed;
71
if (!evmWallet) {
72
throw new ValidationError('INVALID_PAYLOAD');
73
0 commit comments