mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Small sentence improvement
No PCI is a feature, not a lack of feature
This commit is contained in:
parent
262826b1a3
commit
c1432d05a6
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ en:
|
||||||
invoice: "Bitcoin addresses to track invoices"
|
invoice: "Bitcoin addresses to track invoices"
|
||||||
invoicetext: "Bitcoin can create as many Bitcoin addresses as you want. So if you were to build a payment system associated with an invoice, you simply need to generate and monitor a Bitcoin address for each payment. You can also use the same addresses once the payment is done."
|
invoicetext: "Bitcoin can create as many Bitcoin addresses as you want. So if you were to build a payment system associated with an invoice, you simply need to generate and monitor a Bitcoin address for each payment. You can also use the same addresses once the payment is done."
|
||||||
security: "Most of the security is on client side"
|
security: "Most of the security is on client side"
|
||||||
securitytext: "Most parts of the security are handled by the protocol on the client and Bitcoin network side. Authenticity is verified through private keys, and double-spends are prevented through the Bitcoin network. That means no PCI compliance nor fraud detection. We love things that just work, don't we?"
|
securitytext: "Most parts of the security are handled by the protocol on the client and Bitcoin network side. Authenticity is verified through private keys, and double-spends are prevented through the Bitcoin network. That means no need for PCI compliance nor fraud detection. We love things that just work, don't we?"
|
||||||
instant: "Instant transactions and confirmations"
|
instant: "Instant transactions and confirmations"
|
||||||
instanttext: "A Bitcoin transaction is usually received within a few seconds and confirmed within 10 minutes. Before that, the transaction can be considered authentic but reversible. If you really require instant transactions, it is recommended that you ask for a small transaction fee and use a double-spend detection system."
|
instanttext: "A Bitcoin transaction is usually received within a few seconds and confirmed within 10 minutes. Before that, the transaction can be considered authentic but reversible. If you really require instant transactions, it is recommended that you ask for a small transaction fee and use a double-spend detection system."
|
||||||
micro: "Cheap micro payments"
|
micro: "Cheap micro payments"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue