diff options
| author | Yusuf Sahin HAMZA <[email protected]> | 2020-02-25 19:12:04 +0300 |
|---|---|---|
| committer | Yusuf Sahin HAMZA <[email protected]> | 2020-03-01 18:13:35 +0300 |
| commit | 3e32499909ca8127baaa9b40ad113b25ee151bbd (patch) | |
| tree | 562e16d96a54c0dca6b5299cb67807a431fdbfbd /doc/developer-notes.md | |
| parent | Merge #17264: rpc: set default bip32derivs to true for psbt methods (diff) | |
| download | discoin-3e32499909ca8127baaa9b40ad113b25ee151bbd.tar.xz discoin-3e32499909ca8127baaa9b40ad113b25ee151bbd.zip | |
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 d106aab3e..fceba00d6 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 |