ZIP 315: line rewrapping.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2022-09-28 19:19:30 +01:00 committed by Daira Emma Hopwood
parent ff99ddc449
commit af13104ae9
1 changed files with 11 additions and 11 deletions

View File

@ -275,15 +275,15 @@ Rationale for anchor selection
'''''''''''''''''''''''''''''' ''''''''''''''''''''''''''''''
* If the chain rolls back past the block at which the anchor is chosen, then * If the chain rolls back past the block at which the anchor is chosen, then
the anchor and the transaction will be invalidated. This is undesirable both the anchor and the transaction will be invalidated. This is undesirable
for reliability, and because the nullifiers of spent notes will have been both for reliability, and because the nullifiers of spent notes will have
revealed, linking this transaction to any future transactions that spend those been revealed, linking this transaction to any future transactions that
notes. spend those notes.
* On the other hand, it is undesirable to choose an anchor too many blocks back, * On the other hand, it is undesirable to choose an anchor too many blocks
because that prevents more recently received notes from being spent. back, because that prevents more recently received notes from being spent.
* Using a fixed anchor depth (as opposed to a different depth depending on whether * Using a fixed anchor depth (as opposed to a different depth depending on
or not we are spending trusted notes) avoids leaking information about whether whether or not we are spending trusted notes) avoids leaking information
or not we spent trusted notes. about whether or not we spent trusted notes.
Note selection Note selection
@ -297,8 +297,8 @@ or should they be used in a note management tx?
Expiration height Expiration height
''''''''''''''''' '''''''''''''''''
A wallet SHOULD create transactions using the default expiration height of 40 blocks A wallet SHOULD create transactions using the default expiration height of
from the current height, as specified in [#zip-0203]_. 40 blocks from the current height, as specified in [#zip-0203]_.
Linkability of transactions or addresses Linkability of transactions or addresses