mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 09:54:30 +01:00
b592ee2fed
* 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
3 lines
232 B
PowerShell
3 lines
232 B
PowerShell
$container_id="$(docker ps -q --filter label=com.docker.compose.project=btcpayservertests --filter label=com.docker.compose.service=merchant_lnd)"
|
|
docker exec -ti $container_id lncli --no-macaroons --rpcserver localhost:10008 $args
|