Skip to content

Commit ea11a1e

Browse files
committed
🔀 Merge #854 into deployment/rinkeby
2 parents 06ae98e + e22d6c1 commit ea11a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/routes/wallet/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ router.post('/evm/migrate', async (req, res, next) => {
6767
if (!signed) {
6868
throw new ValidationError('INVALID_SIGN');
6969
}
70-
const { evmWallet } = signed;
70+
const { evm_wallet: evmWallet } = signed;
7171
if (!evmWallet) {
7272
throw new ValidationError('INVALID_PAYLOAD');
7373
}

0 commit comments

Comments
 (0)