diff options
author | Yusuf Sahin HAMZA <yusufsahinhamza@gmail.com> | 2020-02-25 19:12:04 +0300 |
---|---|---|
committer | Yusuf Sahin HAMZA <yusufsahinhamza@gmail.com> | 2020-03-01 18:13:35 +0300 |
commit | 3e32499909ca8127baaa9b40ad113b25ee151bbd (patch) | |
tree | 562e16d96a54c0dca6b5299cb67807a431fdbfbd /doc/developer-notes.md | |
parent | 31c0006a6cd5ecbabd119eaf9dae6978aa54f150 (diff) |
Change example addresses to bech32
Diffstat (limited to 'doc/developer-notes.md')
-rw-r--r-- | doc/developer-notes.md | 2 |
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 |