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
- Branch
- master
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 2722 Build 3556: Bitcoin ABC Buildbot (legacy) Build 3555: arc lint + arc unit
Event Timeline
src/merkleblock.h | ||
---|---|---|
164 | Can you make this an intelligible english sentence while we're at it? :) |
src/merkleblock.h | ||
---|---|---|
164 | 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. |