Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme #37

Merged
merged 1 commit into from
Dec 19, 2024
Merged

Update readme #37

merged 1 commit into from
Dec 19, 2024

Conversation

edilmedeiros
Copy link
Contributor

Commit 6092f89 renamed the bitcoind directory to be node and the BitcoinD type to Node, but the examples in the readme did not reflect the changes.

Commit 6092f89 renamed the `bitcoind` directory
to be `node` and the `BitcoinD` type to `Node`, but the examples in the readme
did not reflect the changes.
Copy link
Member

@tcharding tcharding left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 6268b6b

@tcharding
Copy link
Member

Legend! Thanks for the PR.

assert_eq!(0, bitcoind.client.get_blockchain_info().unwrap().blocks);
}
```

Startup options could be configured via the [`Conf`] struct using [`BitcoinD::with_conf`] or
[`BitcoinD::from_downloaded_with_conf`]
Startup options could be configured via the [`Conf`] struct using [`Node::with_conf`] or
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Startup options could be configured via the [`Conf`] struct using [`Node::with_conf`] or
Startup options could be configured via the [`Conf`] struct using [`Node::with_conf`] or

@tcharding tcharding merged commit 69461aa into rust-bitcoin:master Dec 19, 2024
27 checks passed
@tcharding
Copy link
Member

Woops, I got trigger happy and merged while the trailing whitespace was there - my bad.

@tcharding
Copy link
Member

Fixed in #39.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants