Page MenuHomePhabricator

Added and fixed up comments in validation.cpp
ClosedPublic

Authored by jasonbcox on Mar 6 2018, 22:08.

Details

Summary

Adding comments in validation.cpp helps me. Hopefully it helps everyone else as well.

Test Plan

N/A

Diff Detail

Repository
rABC Bitcoin ABC
Branch
comments
Lint
Lint Passed
SeverityLocationCodeMessage
Auto-Fixsrc/validation.cpp:1CFMTCode style violation
Unit
No Test Coverage
Build Status
Buildable 2028
Build 2204: Bitcoin ABC Buildbot (legacy)
Build 2203: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Mar 7 2018, 06:37
src/validation.cpp
3339 ↗(On Diff #3116)

The comment for non static method should go in the header.

Moved non-static function comments to validation.h

This revision is now accepted and ready to land.Mar 8 2018, 04:30
This revision was automatically updated to reflect the committed changes.