feat: initialize memo variable for transaction data

This commit is contained in:
void-57 2025-12-08 20:26:39 +05:30
parent a3bdd17133
commit 75317696ad

View File

@ -261,6 +261,8 @@
console.warn('Could not fetch block number:', e); console.warn('Could not fetch block number:', e);
} }
let memo='';
return { return {
id: tx.transaction_id, id: tx.transaction_id,
hash: hexHash, // Transaction hash in hex format hash: hexHash, // Transaction hash in hex format