mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-27 07:05:51 +00:00
Removed unused/buggy accountReserve
This commit is contained in:
@@ -45,13 +45,11 @@ window.electronAPI.onUpdateLedgerData((_event, ledger) => {
|
||||
const accountAddressClassicEl = document.getElementById('account-address-classic')
|
||||
const accountAddressXEl = document.getElementById('account-address-x')
|
||||
const accountBalanceEl = document.getElementById('account-balance')
|
||||
const accountReserveEl = document.getElementById('account-reserve')
|
||||
|
||||
window.electronAPI.onUpdateAccountData((_event, value) => {
|
||||
accountAddressClassicEl.innerText = value.classicAddress
|
||||
accountAddressXEl.innerText = value.xAddress
|
||||
accountBalanceEl.innerText = value.xrpBalance
|
||||
accountReserveEl.innerText = value.xrpReserve
|
||||
})
|
||||
|
||||
const txTableBodyEl = document.getElementById('tx-table').tBodies[0]
|
||||
|
||||
@@ -56,7 +56,6 @@
|
||||
<li class="list-group-item">Classic Address: <strong id="account-address-classic"></strong></li>
|
||||
<li class="list-group-item">X-Address: <strong id="account-address-x"></strong></li>
|
||||
<li class="list-group-item">XRP Balance: <strong id="account-balance"></strong></li>
|
||||
<li class="list-group-item">XRP Reserved: <strong id="account-reserve"></strong></li>
|
||||
</ul>
|
||||
<div class="spacer"></div>
|
||||
<h3>
|
||||
|
||||
Reference in New Issue
Block a user