New particl core version.

Display core versions on the wallets page.
This commit is contained in:
tecnovert
2019-08-04 15:22:25 +02:00
parent 876c2234f3
commit 321ec4acb2
8 changed files with 41 additions and 14 deletions

View File

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