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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.