We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64e5824 commit caa7801Copy full SHA for caa7801
src/lib.rs
@@ -63,8 +63,6 @@ impl DataDir {
63
#[derive(Debug, Clone)]
64
/// Contains all the information to connect to this node
65
pub struct ConnectParams {
66
- /// Path to the node datadir
67
- pub datadir: PathBuf,
68
/// Path to the node cookie file, useful for other client to connect to the node
69
pub cookie_file: PathBuf,
70
/// Url of the rpc of the node, useful for other client to connect to the node
@@ -331,7 +329,6 @@ impl BitcoinD {
331
329
client,
332
330
work_dir,
333
params: ConnectParams {
334
- datadir: work_dir_path,
335
cookie_file,
336
rpc_socket,
337
p2p_socket,
0 commit comments