mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 22:25:28 +01:00
* Clarifying that only onchain funds will be restored to the wallet Off chain recovery would need to be done with channel.backup file which is not part of this process * Adding powershell version of lncli invoker * Bumping LND to 0.17.4-beta-rc1 * Bumping LND to 0.17.4-beta
2 lines
232 B
PowerShell
2 lines
232 B
PowerShell
$container_id="$(docker ps -q --filter label=com.docker.compose.project=btcpayservertests --filter label=com.docker.compose.service=customer_lnd)"
|
|
docker exec -ti $container_id lncli --no-macaroons --rpcserver localhost:10008 $args
|