Skip to content

Commit

Permalink
Merge bitcoin#14421: Fix path to doc/descriptors.md in 0.17 release n…
Browse files Browse the repository at this point in the history
…otes

64937fd [docs] path to descriptors.md fixed (Damian Mee)

Pull request description:

  Trivial fix for a missing slash in `0.17.0` release docs.

  <!-- Reviewable:start -->
  ---
  This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/bitcoin/bitcoin/14421)
  <!-- Reviewable:end -->

Tree-SHA512: 8d7ec0e997c609f19b981743a0042ff8bbd64b20aea81895ed59f2c112ca3120b7a9a1616bb6573506d9fdbcbd6de30bd63a3d45f13e8875d2b90bba4437d2e6
  • Loading branch information
MarcoFalke committed Oct 8, 2018
2 parents 60a6161 + 64937fd commit 53f26cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/release-notes/release-notes-0.17.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ Low-level RPC changes

- The new RPC `scantxoutset` can be used to scan the UTXO set for entries
that match certain output descriptors. Refer to the [output descriptors
reference documentation](doc/descriptors.md) for more details. This call
reference documentation](/doc/descriptors.md) for more details. This call
is similar to `listunspent` but does not use a wallet, meaning that the
wallet can be disabled at compile or run time. This call is experimental,
as such, is subject to changes or removal in future releases.
Expand Down

0 comments on commit 53f26cd

Please sign in to comment.