diff options
| author | MarcoFalke <[email protected]> | 2020-04-04 03:07:57 +0800 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2020-04-04 03:08:05 +0800 |
| commit | e35e118656e9638cce019d4eeffc5f1b8639d4f5 (patch) | |
| tree | 29b0b09ed654b4db8ed41be51db6b4013a9aebe3 /src/net_processing.cpp | |
| parent | Merge #18513: doc: fix git add argument (diff) | |
| parent | Bugfix: RPC: JSON null is not "None" (diff) | |
| download | discoin-e35e118656e9638cce019d4eeffc5f1b8639d4f5.tar.xz discoin-e35e118656e9638cce019d4eeffc5f1b8639d4f5.zip | |
Merge #18508: RPC: Fix more formatting nits
f32ab443a98e622afa601372454310aef1f380be Bugfix: RPC: JSON null is not "None" (Luke Dashjr)
26dcf3958187cbdc9ffc9438a5eebfcaf607f7e9 Bugfix: RPC: Don't use a continuation elipsis after an elision elipsis (Luke Dashjr)
eca65caadcddf43b2dace111bd7e4b0a2a9556c2 Bugfix: RPC: Add missing commas and correct indentation of explicit ELISION (Luke Dashjr)
Pull request description:
1. listsinceblock had a double ellipsis (elision + continuation); this looks ugly, just one is needed.
2. Elision ellipsis wasn't getting a comma, so was truncated to `".."` by comma-removal code.
3. Elision ellipsis was indented incorrectly (as if it was a subitem).
4. Similarly, type "none" would get truncated to `"Non"`, when it should really be `"null"` anyway.
ACKs for top commit:
MarcoFalke:
ACK f32ab443a98e622afa601372454310aef1f380be 🐰
Tree-SHA512: 34e1c72673790ed11cdee838d64ea5e0ac498de19258df99d54b5322e003060123c65ad27ac2fd4729a1dfe52066a0629602a132b1ef85d4154affd99a065a3f
Diffstat (limited to 'src/net_processing.cpp')
0 files changed, 0 insertions, 0 deletions