docs: minor fixes to contribution guidelines

This commit is contained in:
Zero-1729 2021-07-20 14:57:43 +01:00
parent 8ffee2afb4
commit 712643e2aa
No known key found for this signature in database
GPG Key ID: A8808CC5D88DF2C0
2 changed files with 6 additions and 4 deletions

@ -27,7 +27,7 @@ Developing cryptocurrencies is an exciting endeavor that touches a wide variety
of areas such as wire protocols, peer-to-peer networking, databases, of areas such as wire protocols, peer-to-peer networking, databases,
cryptography, language interpretation (transaction scripts), adversarial cryptography, language interpretation (transaction scripts), adversarial
threat-modeling, and RPC systems. They also represent a radical shift to the threat-modeling, and RPC systems. They also represent a radical shift to the
current fiscal system and as a result provide an opportunity to help reshape current monetary system and as a result provide an opportunity to help reshape
the entire financial system. With the advent of the [Lightning Network the entire financial system. With the advent of the [Lightning Network
(LN)](https://lightning.network/), new layers are being constructed upon the (LN)](https://lightning.network/), new layers are being constructed upon the
base blockchain layer which have the potential to alleviate many of the base blockchain layer which have the potential to alleviate many of the

@ -14,7 +14,9 @@ added.
* [Unused error check * [Unused error check
removed](https://github.com/lightningnetwork/lnd/pull/5537). removed](https://github.com/lightningnetwork/lnd/pull/5537).
* [Shorten Pull Request check list by referring to the CI checks that are * [Shorten Pull Request check list by referring to the CI checks that are
in place](https://github.com/lightningnetwork/lnd/pull/5545) in place](https://github.com/lightningnetwork/lnd/pull/5545).
* [Added minor fixes to contribution guidelines](https://github.com/lightningnetwork/lnd/pull/5503).
# Contributors (Alphabetical Order) # Contributors (Alphabetical Order)
ErikEk * ErikEk
* Zero-1729