mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +00:00
Remove js and add filter
Change to filter tables on build vs clientside with JS. Same result adding bootsrap class to all tables. Remove unneeded divs in md
This commit is contained in:
@@ -51,7 +51,6 @@ For more technical details of how to calculate an XRP Ledger address, see [Addre
|
||||
|
||||
Some addresses have special meaning, or historical uses, in the XRP Ledger. In many cases, these are "black hole" addresses, meaning the address is not derived from a known secret key. Since it is effectively impossible to guess a secret key from only an address, any XRP possessed by black hole addresses is lost forever.
|
||||
|
||||
<div id="table_accounts"></div>
|
||||
|
||||
| Address | Name | Meaning | Black Hole? |
|
||||
|-------------------------------|------|---------|-------------|
|
||||
|
||||
@@ -32,7 +32,6 @@ In the case of transactions, the identifying hash is based on the signed transac
|
||||
|
||||
The `rippled` server makes a distinction between ledger versions that are _open_, _closed_, and _validated_. A server has one open ledger, any number of closed but unvalidated ledgers, and an immutable history of validated ledgers. The following table summarizes the difference:
|
||||
|
||||
<div id="table_ledgers"></div>
|
||||
|
||||
| Ledger Type: | Open | Closed | Validated |
|
||||
|:---------------------------------|:----------------------------|:-------------------------------------------|:--|
|
||||
|
||||
Reference in New Issue
Block a user