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

removed unused '>'

This commit is contained in:
Pierre-Marie 2016-02-11 17:43:59 +01:00
parent cc241f5ded
commit 9b9ec5eeaa

View file

@ -30,10 +30,10 @@ mvn exec:java -Dexec.mainClass=fr.acinq.eclair.Boot
```shell
curl -X POST -H "Content-Type: application/json" -d '{
> "id": 12345,
> "method": "connect",
> "params" : [ "localhost", 50000, 1000000 ]
> }' "http://localhost:8080"
"id": 12345,
"method": "connect",
"params" : [ "localhost", 50000, 1000000 ]
}' "http://localhost:8080"
```
Since eclair is funder, it will create and publish the anchor tx