feat: initialize memo variable for transaction data
This commit is contained in:
parent
a3bdd17133
commit
75317696ad
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user