mirror of
https://github.com/fusion44/blitz_api.git
synced 2026-08-20 12:57:23 +02:00
fix core lightning db path (#116)
This commit is contained in:
parent
cc05605853
commit
453937b0f6
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue