Remove comment about future sighash algorithms

This commit is contained in:
str4d 2018-02-09 16:14:34 +00:00
parent 252c22b6d0
commit 1921ce1cf0
No known key found for this signature in database
GPG Key ID: 665DBCD284F7DAFF
1 changed files with 2 additions and 3 deletions

View File

@ -154,9 +154,8 @@ it is always defined for transactions that use this algorithm. [#ZIP-overwinter-
* If ``vjoinsplits`` is non-empty, ``hashJoinSplits`` is the BLAKE2b-256 hash of the serialization of all
JoinSplits (in their canonical transaction serialization format) concatenated with the joinSplitPubKey;
* Note that the JoinSplit proofs are included in the signature hash, as with v1 and v2 transactions. In a
future transaction digest algorithm, the proofs will likely be omitted as authentication data, in the same
way that signatures are omitted here.
* Note that while signatures are ommitted, the JoinSplit proofs are included in the signature hash, as with
v1 and v2 transactions.
* Otherwise, ``hashJoinSplits`` is a ``uint256`` of ``0x0000......0000``.