@ -9,19 +9,19 @@ class LndSyncing extends Component {
facts:[
{
title:'The Lightning Network',
description:'The Lightning Network is a second layer solution built on top of the Bitcoin block chain that attempts to increase Bitcoin\'s scalability and privacy'// eslint-disable-line
description:'The Lightning Network is a second layer solution built on top of the Bitcoin block chain that attempts to increase Bitcoin\'s scalability and privacy'// eslint-disable-line max-len
},
{
title:'Payment Channel',
description:'A payment channel is a class of techniques designed to allow users to make multiple Bitcoin transactions without commiting all of the transactions to the Bitcoin block chain. You can think of payment channels like tubes of money'// eslint-disable-line
description:'A payment channel is a class of techniques designed to allow users to make multiple Bitcoin transactions without commiting all of the transactions to the Bitcoin block chain. You can think of payment channels like tubes of money'// eslint-disable-line max-len
},
{
title:'HTLC',
description:'Hashed TimeLock Contracts is a class of payments that use hashlocks and timelocks to require the receiver of a payment either acknowledge receiving the payment before a deadline or forfeit the ability to claim the payment. HTLCs are useful within the Lightning Network for routing payments across two or more payment channels'// eslint-disable-line
description:'Hashed TimeLock Contracts is a class of payments that use hashlocks and timelocks to require the receiver of a payment either acknowledge receiving the payment before a deadline or forfeit the ability to claim the payment. HTLCs are useful within the Lightning Network for routing payments across two or more payment channels'// eslint-disable-line max-len
},
{
title:'Onion Routing',
description:'Onion routing is a technique for anonymous communication over a computer network. In an onion network, messages are encapsulated in layers of encryption, analogous to layers of an onion.'// eslint-disable-line
description:'Onion routing is a technique for anonymous communication over a computer network. In an onion network, messages are encapsulated in layers of encryption, analogous to layers of an onion.'// eslint-disable-line max-len
constnotifBody=transaction.amount>0?'Lucky you, you just received a new on-chain transaction. I\'m jealous.':'Hate to see \'em go but love to watch \'em leave. Your on-chain transaction successfully sent.'// eslint-disable-line
constnotifBody=transaction.amount>0?'Lucky you, you just received a new on-chain transaction. I\'m jealous.':'Hate to see \'em go but love to watch \'em leave. Your on-chain transaction successfully sent.'// eslint-disable-line max-len