mirror of
https://github.com/ACINQ/eclair.git
synced 2025-02-22 14:22:39 +01:00
removed unused '>'
This commit is contained in:
parent
cc241f5ded
commit
9b9ec5eeaa
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue