Skip to content

Commit

Permalink
add deprecatedrpc=warnings arg pending dependent updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominion5254 committed Oct 14, 2024
1 parent 5dcbe9b commit 7dfde2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manager/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ fn inner_main(reindex: bool, reindex_chainstate: bool) -> Result<(), Box<dyn Err
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
Expand Down

0 comments on commit 7dfde2b

Please sign in to comment.