Fix a FAQ tab

The proper CSS class was changed from "accordian" to "accordion". The "If Monero is so private how do we know they're not being created out of thin air?" section got left out when the change was made which results in the ugly default checkbox being used instead of rehrar's custom CSS
This commit is contained in:
cryptochangements34 2017-09-10 19:28:04 -04:00 committed by GitHub
parent d97c28af10
commit 32a1c97169

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-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>
<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.