diff options
author | MacroFake <falke.marco@gmail.com> | 2022-08-05 16:43:23 +0200 |
---|---|---|
committer | MacroFake <falke.marco@gmail.com> | 2022-08-05 16:43:29 +0200 |
commit | 7d3817b29a2ad6a1ca5bae6c342472bc74e2a7fe (patch) | |
tree | 126738f3f2ed9529f19fe0b38b72835effed11a9 /src/wallet/scriptpubkeyman.cpp | |
parent | 006740b6f6475ed6ae08803c60dd82027602695b (diff) | |
parent | acbea66589100fe6ef726f4b2a92ec26132ef17b (diff) |
Merge bitcoin/bitcoin#25760: rest: clean-up for `mempool` endpoints
acbea66589100fe6ef726f4b2a92ec26132ef17b rest: clean-up for `mempool` endpoints (brunoerg)
Pull request description:
The functions `rest_mempool_info` and `rest_mempool_contents` are similar, the only difference between them is:
`rest_mempool_info` uses `MempoolInfoToJSON` to get the mempool informations and `rest_mempool_contents` uses `MempoolToJSON`, for this reason this PR creates a new function to handle it and reduce duplicated code.
Also,
1. Rename `strURIPart` to `str_uri_part`.
2. Rename `strJSON` to `str_json`.
ACKs for top commit:
stickies-v:
re-ACK acbea66589100fe6ef726f4b2a92ec26132ef17b - verified that just the error message was updated since https://github.com/bitcoin/bitcoin/commit/da0c612c3d69164da19332167c38bfcd1f9777a8
theStack:
re-ACK acbea66589100fe6ef726f4b2a92ec26132ef17b
Tree-SHA512: 35f6f0732a573fe8a6cdcc782f89ae3427a1de19f069a68c9c51bb525118c2b07e20303cbe19b9d4b7d1ad055d69c32def2d0fb8f886c851da562dd9ce33ad6a
Diffstat (limited to 'src/wallet/scriptpubkeyman.cpp')
0 files changed, 0 insertions, 0 deletions