Open balinskia opened 6 years ago
gatherCollateral(shortId, amount).then(()=>{
commit('COLLATERAL_TRANSFERED', { shortId });
onSuccess();
}).catch((err: Error)=>{
console.error(err);
commit('SOME_GENERIC_ERROR_PAGE', { msg: "Transferring collateral failed. Do you have enough funds?" });
});
We need to handle actions such as:
A popup would be nice for it