Update 19_4_Lightning_Network_Review.md

This commit is contained in:
Javier Vargas 2020-08-05 23:25:04 +02:00 committed by GitHub
parent 9bc3a7d76a
commit 5820662e2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,3 +19,5 @@ c-lightning is a lightweight, highly customizable and standard compliant impleme
* Hooks are a primitive option that allows plugins to be notified about events in lightningd daemon and modify its behavior or pass custom behaviors.
A plugin may be written in any language, and communicates with lightningd through the plugins stdin and stdout. JSON-RPCv2 is used as protocol on top of the two streams, with the plugin acting as server and lightningd acting as client.
Here is a updated list of [plugins](https://github.com/lightningd/plugins) available.