From 64a258afc5ccec6cda9a7a1fda8772c023f9ede3 Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Thu, 7 May 2020 00:10:57 -0700 Subject: [PATCH] Update terminology: XRPL Classic Address --- content/_code-samples/address_encoding/encode_address.js | 2 +- tool/template-xrp-ledger-rpc-tool.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/_code-samples/address_encoding/encode_address.js b/content/_code-samples/address_encoding/encode_address.js index 17556a006c..553c8b3663 100644 --- a/content/_code-samples/address_encoding/encode_address.js +++ b/content/_code-samples/address_encoding/encode_address.js @@ -27,7 +27,7 @@ const pubkey_outer_hash = crypto.createHash('ripemd160'); pubkey_outer_hash.update(pubkey_inner_hash.digest()); const account_id = pubkey_outer_hash.digest(); -// Prefix the Account ID with the type prefix for "Ripple Address", then +// Prefix the Account ID with the type prefix for an XRPL Classic Address, then // calculate a checksum as the first 4 bytes of the SHA-256 of the SHA-256 // of the Account ID const address_type_prefix = Buffer.from([0x00]); diff --git a/tool/template-xrp-ledger-rpc-tool.html b/tool/template-xrp-ledger-rpc-tool.html index 3590bf1d35..72c41774e0 100644 --- a/tool/template-xrp-ledger-rpc-tool.html +++ b/tool/template-xrp-ledger-rpc-tool.html @@ -10,7 +10,7 @@

This is a debug tool for printing raw information about an account, a transaction (by hash) or a ledger (by sequence number).

-
+
Try an account like r9kiSEUEw6iSCNksDVKf9k3AyxjW3r1qPf.