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
the anchor and the transaction will be invalidated. This is undesirable both
for reliability, and because the nullifiers of spent notes will have been
revealed, linking this transaction to any future transactions that spend those
notes.
* On the other hand, it is undesirable to choose an anchor too many blocks 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
or not we are spending trusted notes) avoids leaking information about whether
or not we spent trusted notes.
the anchor and the transaction will be invalidated. This is undesirable
both for reliability, and because the nullifiers of spent notes will have
been revealed, linking this transaction to any future transactions that
spend those notes.
* On the other hand, it is undesirable to choose an anchor too many blocks
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 or not we are spending trusted notes) avoids leaking information
about whether or not we spent trusted notes.
Note selection
@ -297,8 +297,8 @@ or should they be used in a note management tx?
Expiration height
'''''''''''''''''
A wallet SHOULD create transactions using the default expiration height of 40 blocks
from the current height, as specified in [#zip-0203]_.
A wallet SHOULD create transactions using the default expiration height of
40 blocks from the current height, as specified in [#zip-0203]_.
Linkability of transactions or addresses