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:
parent
9b9ec5eeaa
commit
1e5fbad2da
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue