Skip to content
Snippets Groups Projects
Commit beabb0f8 authored by cryptochangements34's avatar cryptochangements34 Committed by GitHub
Browse files

Fix input tab numbers

parent 32a1c971
No related branches found
No related tags found
No related merge requests found
......@@ -126,8 +126,8 @@ Fungibility is a simple property of money such that there are no differences bet
</div>
<div class="tab">
<input id="tab-eleven" type="checkbox" name="tabs" class="accordion">
<label for="tab-eleven" class="accordion">If Monero is so private how do we know they're not being created out of thin air?</label>
<input id="tab-twelve" type="checkbox" name="tabs" class="accordion">
<label for="tab-twelve" class="accordion">If Monero is so private how do we know they're not being created out of thin air?</label>
<div class="tab-content" markdown="1">
In Monero, every transaction output is uniquely associated with a key image that can only be generated by the holder of that output. Key images that are used more than once are rejected by the miners as double-spends and cannot be added to a valid block. When a new transaction is received, miners verify that the key image does not already exist for a previous transaction to ensure it's not a double-spend.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment