mirror of
https://github.com/Retropex/knots-startos.git
synced 2025-05-12 19:30:45 +02:00
Merge pull request #26 from copy2018/patch-1
Some checks failed
Build Service / BuildPackage (push) Has been cancelled
Some checks failed
Build Service / BuildPackage (push) Has been cancelled
Urgent Add arg for LND funtionality
This commit is contained in:
commit
4c573b1b76
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user