diff --git a/FireWalletBrowser.bsdesign b/FireWalletBrowser.bsdesign index dab157a..9abefb7 100644 Binary files a/FireWalletBrowser.bsdesign and b/FireWalletBrowser.bsdesign differ diff --git a/account.py b/account.py index bd7e663..75295ec 100644 --- a/account.py +++ b/account.py @@ -138,6 +138,8 @@ def getBalance(account: str): if domain['state'] == "CLOSED": domainValue += domain['value'] total = total - (domainValue/1000000) + locked = locked - (domainValue/1000000) + # Only keep 2 decimal places total = round(total, 2) diff --git a/plugins/varo.py b/plugins/varo.py index 1ea52b8..f9cb972 100644 --- a/plugins/varo.py +++ b/plugins/varo.py @@ -17,7 +17,7 @@ functions = { "status":{ "name": "Check connection", "type": "dashboard", - "description": "You need tp set varo_instance to the ICANN domain of the chosen Varo instance and varo_api to your varo API key before you can connect", + "description": "You need to set varo_instance to the ICANN domain of the chosen Varo instance and varo_api to your varo API key before you can connect", "params": {}, "returns": { "status": diff --git a/templates/auctions.html b/templates/auctions.html index 8a37c71..dab1eeb 100644 --- a/templates/auctions.html +++ b/templates/auctions.html @@ -4,7 +4,7 @@
-