see title
Details
Details
- Reviewers
deadalnix schancel - Group Reviewers
Restricted Project - Commits
- rSTAGINGa8f3a799642b: Nits cleanup in CMerkleBlock definition
rABCa8f3a799642b: Nits cleanup in CMerkleBlock definition
make check
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/merkleblock.h | ||
---|---|---|
164 ↗ | (On Diff #4095) | Can you make this an intelligible english sentence while we're at it? :) |
src/merkleblock.h | ||
---|---|---|
164 ↗ | (On Diff #4095) | And a doc comment :) |
src/merkleblock.h | ||
---|---|---|
143 ↗ | (On Diff #4117) | Maybe: /** * CMerkleBlock is used to relay block headers plus a list of merkle proofs for a given set of transactions. It is typically used with SPV nodes. */ |
164 ↗ | (On Diff #4117) | Initialize a CMerkleBlock from a given block, and construct merkle proofs for the provided set of transaction ids. |