From 5cd988275921c3b770918ee5a4cf5ddae1a3c16d Mon Sep 17 00:00:00 2001 From: fanquake Date: Thu, 19 Aug 2021 09:44:12 +0800 Subject: [PATCH] Merge bitcoin/bitcoin#22739: doc: link to managing-wallets from docs README 1ea11e10acd60807a06adea5ecf553974a1b0346 doc: link to managing-wallets from doc readme (fanquake) Pull request description: This was forgotten in #22523. ACKs for top commit: achow101: ACK 1ea11e10acd60807a06adea5ecf553974a1b0346 jarolrod: ACK 1ea11e10acd60807a06adea5ecf553974a1b0346 Tree-SHA512: b82664b282cc0fe733b752c011621593df0f846d2188f12dbc5fedb7ffed2bd161293ce2a369ca973926030795b5f7acde7a1cbf5e337042a6f665906069c656 --- doc/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/README.md b/doc/README.md index ce820fdd00..a243001518 100644 --- a/doc/README.md +++ b/doc/README.md @@ -73,6 +73,7 @@ The Dash Core repo's [root README](/README.md) contains relevant information on - [Fuzz-testing](fuzzing.md) - [I2P Support](i2p.md) - [Init Scripts (systemd/upstart/openrc)](init.md) +- [Managing Wallets](managing-wallets.md) - [PSBT support](psbt.md) - [Reduce Memory](reduce-memory.md) - [Reduce Traffic](reduce-traffic.md)