Update terminology: XRPL Classic Address

This commit is contained in:
Elliot Lee
2020-05-07 00:10:57 -07:00
parent 94c8767bc7
commit 64a258afc5
2 changed files with 2 additions and 2 deletions

View File

@@ -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]);