* Add missing includes
* Use preincrement
* Rearrange some declarations
* Fix some comments
This commit is contained in:
Vinnie Falco
2015-03-11 10:00:59 -07:00
committed by seelabs
parent 7d75041fb1
commit 41a840e776
8 changed files with 2153 additions and 2013 deletions

View File

@@ -22,8 +22,8 @@
namespace ripple {
// The prefix codes are part of the Ripple protocol and existing codes cannot be
// arbitrarily changed.
// The prefix codes are part of the Ripple protocol
// and existing codes cannot be arbitrarily changed.
HashPrefix const HashPrefix::transactionID ('T', 'X', 'N');
HashPrefix const HashPrefix::txNode ('S', 'N', 'D');