aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorYusuf Sahin HAMZA <yusufsahinhamza@gmail.com>2020-02-25 19:12:04 +0300
committerYusuf Sahin HAMZA <yusufsahinhamza@gmail.com>2020-03-01 18:13:35 +0300
commit3e32499909ca8127baaa9b40ad113b25ee151bbd (patch)
tree562e16d96a54c0dca6b5299cb67807a431fdbfbd /doc
parent31c0006a6cd5ecbabd119eaf9dae6978aa54f150 (diff)
downloadbitcoin-3e32499909ca8127baaa9b40ad113b25ee151bbd.tar.xz
Change example addresses to bech32
Diffstat (limited to 'doc')
-rw-r--r--doc/developer-notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer-notes.md b/doc/developer-notes.md
index d106aab3e4..fceba00d63 100644
--- a/doc/developer-notes.md
+++ b/doc/developer-notes.md
@@ -1089,7 +1089,7 @@ A few guidelines for introducing and reviewing new RPC interfaces:
new RPC is replacing a deprecated RPC, to avoid both RPCs confusingly
showing up in the command list.
-- Use *invalid* bech32 addresses (e.g. the constant `EXAMPLE_ADDRESS`) for
+- Use *invalid* bech32 addresses (e.g. in the constant array `EXAMPLE_ADDRESS`) for
`RPCExamples` help documentation.
- *Rationale*: Prevent accidental transactions by users and encourage the use