Closed
Description
Issue and Steps to Reproduce
The issue seems to be related to #2282 but specific to the docker image elementsproject/lightningd
Using docker-compose i re-installed the container after pulling the latest image and when I execute:
docker exec lightning-cli pay <bolt1>
I get the error:
{ "code" : -32601, "message" : "Unknown command 'pay'" }
getinfo
output
{
"id": "0230d70b0506aa447a1db407cc04e41448ab92bbd373f5c9a1029a40f357fcdcad",
"alias": "LN.pay",
"color": "20b0cf",
"num_peers": 11,
"num_pending_channels": 2,
"num_active_channels": 9,
"num_inactive_channels": 0,
"address": [
{
"type": "ipv4",
"address": "138.68.231.196",
"port": 9735
}
],
"binding": [
{
"type": "ipv4",
"address": "0.0.0.0",
"port": 9735
}
],
"version": "v0.6.3rc1-118-g0da4054",
"blockheight": 564007,
"network": "bitcoin",
"msatoshi_fees_collected": 0
}
Metadata
Assignees
Labels
No labels
Activity