diff --git a/src/server/routes/backend-wallet/transfer.ts b/src/server/routes/backend-wallet/transfer.ts index a3b0b0f5..c83d30a5 100644 --- a/src/server/routes/backend-wallet/transfer.ts +++ b/src/server/routes/backend-wallet/transfer.ts @@ -160,7 +160,7 @@ export async function transfer(fastify: FastifyInstance) { queueId = await queueTransaction({ transaction, fromAddress: getChecksumAddress(walletAddress), - toAddress: getChecksumAddress(to), + toAddress: getChecksumAddress(transaction.to), accountAddress: getChecksumAddress(accountAddress), accountFactoryAddress: getChecksumAddress(accountFactoryAddress), accountSalt,