1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-02-22 14:22:39 +01:00

more typos fixed

This commit is contained in:
Pierre-Marie 2016-02-11 17:44:40 +01:00
parent 9b9ec5eeaa
commit 1e5fbad2da

View file

@ -26,7 +26,7 @@ Start eclair:
```shell
mvn exec:java -Dexec.mainClass=fr.acinq.eclair.Boot
```
## Tell eclair to connect to lightningd:
## Tell eclair to connect to lightningd
```shell
curl -X POST -H "Content-Type: application/json" -d '{
@ -63,7 +63,7 @@ curl -X POST -H "Content-Type: application/json" -d '{
}' "http://localhost:8080"
```
## Tell lighningd to fulfill the HTLC:
## Tell lightningd to fulfill the HTLC:
```shell
./lightning-cli fulfillhtlc 0277863c1e40a2d4934ccf18e6679ea949d36bb0d1333fb098e99180df60d0195a 0102030405060708010203040506070801020304050607080102030405060708
```