Debug account not found in snowball tx

This commit is contained in:
Nabarun 2025-03-25 15:49:47 +05:30
parent 5c0162fcb4
commit 1f9842f1d5

View File

@ -88,6 +88,7 @@ export const WalletEmbed = () => {
throw new Error('Requested network not supported.'); throw new Error('Requested network not supported.');
} }
console.log({ network, fromAddress, chainId, toAddress, amount });
const account = await retrieveSingleAccount(network.namespace, network.chainId, fromAddress); const account = await retrieveSingleAccount(network.namespace, network.chainId, fromAddress);
if (!account) { if (!account) {
throw new Error('Account not found for the requested address.'); throw new Error('Account not found for the requested address.');