File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
src/renderer/components/dex Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " aphelion-desktop-wallet" ,
3- "version" : " 3.3.6 " ,
3+ "version" : " 3.3.7 " ,
44 "author" : " Aphelion <info@aphelion.org>" ,
55 "description" : " Aphelion Desktop Wallet" ,
66 "license" : " LicenseRef-LICENSE" ,
Original file line number Diff line number Diff line change @@ -301,15 +301,15 @@ export default {
301301 }
302302 },
303303 estimate () {
304- const holding = this .currentMarket ?
305- this .$services .neo .getHolding (this .currentMarket .baseAssetId ).unitValue :
306- 0 ;
307-
308304 try {
305+ const holding = this .currentMarket ?
306+ this .$services .neo .getHolding (this .currentMarket .baseAssetId ).unitValue :
307+ 0 ;
308+
309309 return new BigNumber (this .total ).multipliedBy (
310310 new BigNumber (holding));
311311 } catch (e) {
312- console .log (e);
312+ // console.log(e);
313313 return 0 ;
314314 }
315315 },
You can’t perform that action at this time.
0 commit comments