feat: initialize memo variable for transaction data
This commit is contained in:
parent
a3bdd17133
commit
75317696ad
@ -260,6 +260,8 @@
|
|||||||
} catch (e) {
|
} catch (e) {
|
||||||
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,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user