Fix wallet headings, loading existing smsges and amount compare precision.

This commit is contained in:
tecnovert
2019-07-30 23:06:33 +02:00
parent 1da0d06ef0
commit ef77a9e012
4 changed files with 40 additions and 9 deletions

View File

@@ -219,6 +219,7 @@ class HttpHandler(BaseHTTPRequestHandler):
tx_vsize = swap_client.getContractSpendTxVSize(k)
est_fee = (fee_rate * tx_vsize) / 1000
wallets_formatted.append({
'name': w['name'],
'cid': str(int(k)),
'fee_rate': format8(fee_rate * COIN),
'est_fee': format8(est_fee * COIN),