bug fix
This commit is contained in:
parent
506b7bd82a
commit
81e4bd7f20
@ -966,7 +966,7 @@
|
|||||||
buttonLoader('withdraw_private_key_button', true)
|
buttonLoader('withdraw_private_key_button', true)
|
||||||
const privKey = getRef('withdraw_private_key').value
|
const privKey = getRef('withdraw_private_key').value
|
||||||
const { bondId, floId } = floGlobals.withdrawing
|
const { bondId, floId } = floGlobals.withdrawing
|
||||||
floExchangeAPI.closeBobsFundInvestment(bondId, floId, privKey).then(result => {
|
floExchangeAPI.closeBlockchainBond(bondId, floId, privKey).then(result => {
|
||||||
console.log(result)
|
console.log(result)
|
||||||
showChildElement(getRef('withdraw_process'), 1, { entry: slideInLeft, exit: slideOutLeft });
|
showChildElement(getRef('withdraw_process'), 1, { entry: slideInLeft, exit: slideOutLeft });
|
||||||
const withdrawButton = document.getElementById(floGlobals.withdrawId.join('_'))?.querySelector('.bond-transaction__withdraw')
|
const withdrawButton = document.getElementById(floGlobals.withdrawId.join('_'))?.querySelector('.bond-transaction__withdraw')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user