From 75317696ade002561ba075a61850d5ce80fa06a1 Mon Sep 17 00:00:00 2001 From: void-57 Date: Mon, 8 Dec 2025 20:26:39 +0530 Subject: [PATCH] feat: initialize memo variable for transaction data --- hederaBlockchainAPI.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hederaBlockchainAPI.js b/hederaBlockchainAPI.js index 7840484..e8f77b9 100644 --- a/hederaBlockchainAPI.js +++ b/hederaBlockchainAPI.js @@ -260,6 +260,8 @@ } catch (e) { console.warn('Could not fetch block number:', e); } + + let memo=''; return { id: tx.transaction_id,