From cd8a4ab174994ef09dec5a908cc1f0f6cb045c19 Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Wed, 14 Mar 2018 14:08:15 -0700 Subject: [PATCH] Fix Checks space key wording --- content/ledger-objects/check.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/ledger-objects/check.md b/content/ledger-objects/check.md index f000a1b437..fb82bcc87d 100644 --- a/content/ledger-objects/check.md +++ b/content/ledger-objects/check.md @@ -45,10 +45,10 @@ A `Check` object has the following fields: ### Check ID Format -[[Source]
](https://github.com/ripple/rippled/blob/develop/src/ripple/protocol/impl/Indexes.cpp#L193-L200 "Source") +[[Source]
](https://github.com/ripple/rippled/blob/master/src/ripple/protocol/impl/Indexes.cpp#L193-L200 "Source") The ID of a `Check` object is the [SHA-512Half](#sha512half) of the following values, concatenated in order: -* The Escrow space key (`0x0043`) +* The Check space key (`0x0043`) * The AccountID of the sender of the [CheckCreate transaction][] that created the `Check` object * The Sequence number of the [CheckCreate transaction][] that created the `Check` object