Commit 75ef7c0
committed
Merge #1806: fix(docs):
5647241 fix(docs): `merge_chains` documentation (Leonardo Lima)
Pull request description:
<!-- You can erase any parts of this template not applicable to your Pull Request. -->
### Description
It's a minor documentation fix, as reported during the audit and referenced in bitcoindevkit/bdk_wallet#59.
<!-- Describe the purpose of this PR, what's being adding and/or fixed -->
### Notes to the reviewers
I'm unsure if anything else / any other explanation should be included in the documentation. Let me know if you think more context should be added to it.
<!-- In this section you can include notes directed to the reviewers, like explaining why some parts
of the PR were done in a specific way -->
### Changelog notice
- Update `bdk_chain::local_chain::merge_chains` documentation.
<!-- Notice the release manager should include in the release tag message changelog -->
<!-- See https://keepachangelog.com/en/1.0.0/ for examples -->
### Checklists
#### All Submissions:
* [x] I've signed all my commits
* [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md)
* [x] I ran `cargo fmt` and `cargo clippy` before committing
ACKs for top commit:
evanlinjin:
self-ACK 5647241
Tree-SHA512: a70a67eab9c8fa0c60a674efed82ddeb9bc9b69763fefaa38a9058d7a1e67c06045c3e5a31aaf0d48c0a599d03bac0a3a86530cc250acefea9497572c01b8b0emerge_chains outdated documentation1 file changed
+19
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
545 | 545 | | |
546 | 546 | | |
547 | 547 | | |
548 | | - | |
549 | | - | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
550 | 559 | | |
551 | 560 | | |
552 | 561 | | |
553 | 562 | | |
554 | 563 | | |
| 564 | + | |
555 | 565 | | |
556 | 566 | | |
| 567 | + | |
557 | 568 | | |
558 | 569 | | |
| 570 | + | |
559 | 571 | | |
560 | 572 | | |
| 573 | + | |
561 | 574 | | |
| 575 | + | |
562 | 576 | | |
| 577 | + | |
563 | 578 | | |
564 | 579 | | |
565 | 580 | | |
566 | 581 | | |
567 | | - | |
| 582 | + | |
568 | 583 | | |
569 | 584 | | |
570 | 585 | | |
571 | 586 | | |
572 | | - | |
| 587 | + | |
573 | 588 | | |
574 | 589 | | |
575 | 590 | | |
| |||
0 commit comments