diff --git a/content/concepts/decentralized-exchange/ticksize.md b/content/concepts/decentralized-exchange/ticksize.md index dbfee43983..b4f2144c05 100644 --- a/content/concepts/decentralized-exchange/ticksize.md +++ b/content/concepts/decentralized-exchange/ticksize.md @@ -16,7 +16,7 @@ When an issuer enables, disables, or changes the `TickSize`, Offers that were pl - **References:** - [AccountSet transaction][] - [book_offers method][] - - [CreateOffer transaction][] + - [OfferCreate transaction][] diff --git a/content/concepts/issued-currencies/issuing-and-operational-addresses.md b/content/concepts/issued-currencies/issuing-and-operational-addresses.md index 32deb4269a..292793f0a4 100644 --- a/content/concepts/issued-currencies/issuing-and-operational-addresses.md +++ b/content/concepts/issued-currencies/issuing-and-operational-addresses.md @@ -51,6 +51,7 @@ As with operational addresses, a standby address must have an accounting relatio If a standby address is compromised, the consequences are like an operational address being compromised. A malicious actor can steal any balances possessed by the standby address, and the financial institution can change to a new standby address with no action from customers and partners. + ## See Also - **Concepts:** @@ -64,3 +65,9 @@ If a standby address is compromised, the consequences are like an operational ad - [account_info method][] - [SetRegularKey transaction][] - [AccountRoot object](accountroot.html) + + + +{% include '_snippets/rippled-api-links.md' %} +{% include '_snippets/tx-type-links.md' %} +{% include '_snippets/rippled_versions.md' %} diff --git a/content/concepts/payment-types/direct-xrp-payments.md b/content/concepts/payment-types/direct-xrp-payments.md index f9d574d1e2..f8e724cb1d 100644 --- a/content/concepts/payment-types/direct-xrp-payments.md +++ b/content/concepts/payment-types/direct-xrp-payments.md @@ -77,7 +77,7 @@ From a relatively high level, the XRP Ledger's transaction processing engine app - [Payment System Basics](payment-system-basics.html) - **Tutorials:** - [Send XRP (Interactive Tutorial)](send-xrp.html) - - [Monitor Incoming Payments with WebSocket](Monitor Incoming Payments with WebSocket) + - [Monitor Incoming Payments with WebSocket](monitor-incoming-payments-with-websocket.html) - **References:** - [Payment transaction][] - [Transaction Results](transaction-results.html) diff --git a/content/concepts/the-rippled-server/rippled-server-modes.md b/content/concepts/the-rippled-server/rippled-server-modes.md index 687caba2b7..e221e50b70 100644 --- a/content/concepts/the-rippled-server/rippled-server-modes.md +++ b/content/concepts/the-rippled-server/rippled-server-modes.md @@ -71,9 +71,9 @@ When you run `rippled` in stand-alone mode, you have to tell it what ledger vers - [Configure `rippled`](configure-rippled.html) - [Run `rippled` as a Validator](run-rippled-as-a-validator.html) - [Use rippled in Stand-Alone Mode](use-stand-alone-mode.html): - - [Start a New Genesis Ledger in Stand-Alone Mode](start-a-new-genesis-ledger-in-standalone-mode.html) - - [Load a Saved Ledger in Stand-Alone Mode](load-a-saved-ledger-in-standalone-mode.html) - - [Advance the Ledger in Stand-Alone Mode](advance-the-ledger-in-standalone-mode.html) + - [Start a New Genesis Ledger in Stand-Alone Mode](start-a-new-genesis-ledger-in-stand-alone-mode.html) + - [Load a Saved Ledger in Stand-Alone Mode](load-a-saved-ledger-in-stand-alone-mode.html) + - [Advance the Ledger in Stand-Alone Mode](advance-the-ledger-in-stand-alone-mode.html)