fix core lightning db path (#116)

This commit is contained in:
/rootzoll 2022-06-17 00:09:27 +02:00 committed by GitHub
parent cc05605853
commit 453937b0f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -277,7 +277,7 @@ async def list_on_chain_tx_impl() -> List[OnChainTransaction]:
info = await get_ln_info_impl()
# FIXME(#87): Once Core Lightnings accountability plugin is available
src = "/home/admin/.lightning/testnet/lightningd.sqlite3"
src = "/home/bitcoin/.lightning/bitcoin/lightningd.sqlite3"
dest = "/tmp/lightningd.sqlite3"
shutil.copyfile(src, dest)