From 81e4bd7f20e6c41346e1aa1f50f558b363160fea Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Thu, 29 Dec 2022 17:12:07 +0530 Subject: [PATCH] bug fix --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index edec34b..ac7bec9 100644 --- a/index.html +++ b/index.html @@ -966,7 +966,7 @@ buttonLoader('withdraw_private_key_button', true) const privKey = getRef('withdraw_private_key').value const { bondId, floId } = floGlobals.withdrawing - floExchangeAPI.closeBobsFundInvestment(bondId, floId, privKey).then(result => { + floExchangeAPI.closeBlockchainBond(bondId, floId, privKey).then(result => { console.log(result) showChildElement(getRef('withdraw_process'), 1, { entry: slideInLeft, exit: slideOutLeft }); const withdrawButton = document.getElementById(floGlobals.withdrawId.join('_'))?.querySelector('.bond-transaction__withdraw')