mirror of
https://github.com/monero-project/monero-site.git
synced 2024-12-13 11:56:33 +02:00
Merge pull request #397 from cryptochangements34/faq-patch-1
Fix a FAQ tab
This commit is contained in:
commit
083a07c9a8
@ -126,8 +126,8 @@ Fungibility is a simple property of money such that there are no differences bet
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="tab">
|
<div class="tab">
|
||||||
<input id="tab-eleven" type="checkbox" name="tabs" class="accordian">
|
<input id="tab-twelve" type="checkbox" name="tabs" class="accordion">
|
||||||
<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>
|
<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">
|
<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.
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user