ZIP 308: Correct `vpub_out` to `vpub_new`.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2019-05-10 20:32:49 +01:00
parent f7eec5124d
commit a7683fbca6
1 changed files with 2 additions and 2 deletions

View File

@ -243,7 +243,7 @@ We assume use of the normal wallet note selection algorithm and change
handling. Change is sent back to the default address, which is the z-address
of the first selected Sprout note. The number of JoinSplits will therefore be
the same as for a normal transaction sending the same amount with the same
wallet state. Only the ``vpub_out`` of the last JoinSplit will be nonzero.
wallet state. Only the ``vpub_new`` of the last JoinSplit will be nonzero.
There will always be exactly one Sapling Output.
The expiry delta for migration transactions MUST be 450 blocks. Since these
@ -364,7 +364,7 @@ known migration transactions involving this wallet, as lowercase hexadecimal
in RPC byte order. A given transaction is defined as a migration transaction
iff it has:
* one or more Sprout JoinSplits with nonzero vpub_new field; and
* one or more Sprout JoinSplits with nonzero ``vpub_new`` field; and
* no Sapling Spends, and;
* one or more Sapling Outputs.