Debug account not found in snowball tx
This commit is contained in:
parent
5c0162fcb4
commit
1f9842f1d5
@ -88,6 +88,7 @@ export const WalletEmbed = () => {
|
||||
throw new Error('Requested network not supported.');
|
||||
}
|
||||
|
||||
console.log({ network, fromAddress, chainId, toAddress, amount });
|
||||
const account = await retrieveSingleAccount(network.namespace, network.chainId, fromAddress);
|
||||
if (!account) {
|
||||
throw new Error('Account not found for the requested address.');
|
||||
|
Loading…
Reference in New Issue
Block a user