Use code comments for field names.

This commit is contained in:
Sean Bowe 2019-02-25 15:14:24 -07:00
parent de2002a63e
commit d4e37652ad
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
1 changed files with 2 additions and 2 deletions

View File

@ -13,9 +13,9 @@ Terminology
The key words "MUST", "SHOULD", "SHOULD NOT", and "MAY" in this document are to be interpreted as described in
RFC 2119. [#RFC2119]_
The "Sprout value pool", as described by section 4.11 of the Zcash Protocol Specification [#protocol]_, is the sum of all previous transactions' `vpub_old` fields subtracted by the sum of all previous transactions `vpub_new` fields.
The "Sprout value pool", as described by section 4.11 of the Zcash Protocol Specification [#protocol]_, is the sum of all previous transactions' ``vpub_old`` fields subtracted by the sum of all previous transactions ``vpub_new`` fields.
The "Sapling value pool", as described by section 4.12 of Zcash Protocol Specification [#protocol]_, is the negation of the sum of all previous transactions' `valueBalance` fields.
The "Sapling value pool", as described by section 4.12 of Zcash Protocol Specification [#protocol]_, is the negation of the sum of all previous transactions' ``valueBalance`` fields.
Abstract
========