From 81617388bd5ee7f26a4937fa958174ef787080f6 Mon Sep 17 00:00:00 2001 From: Jake Date: Sun, 16 May 2021 13:37:18 -0700 Subject: [PATCH] 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 --- content/concepts/payment-system-basics/accounts/accounts.md | 1 - content/concepts/payment-system-basics/ledgers.md | 1 - 2 files changed, 2 deletions(-) diff --git a/content/concepts/payment-system-basics/accounts/accounts.md b/content/concepts/payment-system-basics/accounts/accounts.md index 71df1ac567..ca9ff986f8 100644 --- a/content/concepts/payment-system-basics/accounts/accounts.md +++ b/content/concepts/payment-system-basics/accounts/accounts.md @@ -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. -
| Address | Name | Meaning | Black Hole? | |-------------------------------|------|---------|-------------| diff --git a/content/concepts/payment-system-basics/ledgers.md b/content/concepts/payment-system-basics/ledgers.md index 95aea34912..14f55e65b9 100644 --- a/content/concepts/payment-system-basics/ledgers.md +++ b/content/concepts/payment-system-basics/ledgers.md @@ -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: -
| Ledger Type: | Open | Closed | Validated | |:---------------------------------|:----------------------------|:-------------------------------------------|:--|