Merge pull request #397 from cryptochangements34/faq-patch-1

Fix a FAQ tab
This commit is contained in:
Riccardo Spagni 2017-09-21 09:53:31 -07:00 committed by GitHub
commit 083a07c9a8

View File

@ -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="accordian">
<label for="tab-eleven" class="accordian">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.