Adjust documentation

Co-authored-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
str4d 2023-03-17 17:16:33 +00:00 committed by GitHub
parent 1da8a545d8
commit 0e7d61d6dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -985,7 +985,8 @@ bool ContextualCheckTransaction(
libzcash::SaplingPaymentAddress zaddr; libzcash::SaplingPaymentAddress zaddr;
CAmount value; CAmount value;
// EoS height for 5.3.3 and 5.4.2 is 2121024. // EoS height for 5.3.3 and 5.4.2 is 2121024 (mainnet).
// On testnet this height will be in the past, as of the 5.5.0 release.
if (nHeight >= 2121200) { if (nHeight >= 2121200) {
try { try {
auto decrypted = wallet::try_sapling_output_recovery( auto decrypted = wallet::try_sapling_output_recovery(