This commit is contained in:
sairaj mote 2022-12-29 17:12:07 +05:30
parent 506b7bd82a
commit 81e4bd7f20

View File

@ -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')