Merge pull request #26 from copy2018/patch-1
Some checks failed
Build Service / BuildPackage (push) Has been cancelled

Urgent Add arg for LND funtionality
This commit is contained in:
Léo Haf 2025-03-07 11:37:26 +01:00 committed by GitHub
commit 4c573b1b76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -560,6 +560,7 @@ fn inner_main(reindex: bool) -> Result<(), Box<dyn Error>> {
format!("-onion={}:9050", var("EMBASSY_IP")?),
format!("-externalip={}", peer_addr),
"-datadir=/root/.bitcoin".to_owned(),
"-deprecatedrpc=warnings".to_owned(),
"-conf=/root/.bitcoin/bitcoin.conf".to_owned(),
];
if config