Skip to content

Commit

Permalink
Fix README link
Browse files Browse the repository at this point in the history
  • Loading branch information
moCello committed May 16, 2024
1 parent 1dd3d54 commit f47eea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Unlike transparent transaction models, where it is easy to monitor which notes w
To prevent double spending, transactions include a list of deterministic values called nullifiers, one for each note being spent, which invalidates these notes.
The idea here is that the nullifier is computed in such a way that an external observer cannot link it to any specific note. This way, when a transaction is accepted, the network knows that some notes are nullified and can no longer be spent, but does not know which ones.

Please refer to the [docs]("https://github.com/dusk-network/phoenix/blob/master/docs/protocol-description.pdf") for more detail.
Please refer to the [docs](https://github.com/dusk-network/phoenix/blob/master/docs/protocol-description.pdf) for more detail.

0 comments on commit f47eea1

Please sign in to comment.