diff --git a/src/renderer/src/routes/pages/Send/SendPageContent.tsx b/src/renderer/src/routes/pages/Send/SendPageContent.tsx index c0838f25..940a0ac8 100644 --- a/src/renderer/src/routes/pages/Send/SendPageContent.tsx +++ b/src/renderer/src/routes/pages/Send/SendPageContent.tsx @@ -144,6 +144,10 @@ export const SendPageContent = ({ account, recipient }: TProps) => { selectedAmount: amount, currentStep: SendPageStep.SelectContact, }) + + if (originalRecipient) { + validateAddressOrNS(originalRecipient, actionData.selectedAccount?.blockchain) + } } const handleSelectRecipientAddress = async (recipientAddress?: string) => {