mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-06 02:38:11 +01:00
New particl core version.
Display core versions on the wallets page.
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user