diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-01-05 12:02:12 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-01-05 16:16:37 +0100 |
commit | fa2510d5c1cdf9c2cd5cc9887302ced4378c7202 (patch) | |
tree | 616492efb0b268d8e37ba57bda813aaacc66c975 /src/protocol.h | |
parent | f7e182a973ed66b4c11dc6239e57016655503b4c (diff) |
Use C++11 default member initializers
Diffstat (limited to 'src/protocol.h')
-rw-r--r-- | src/protocol.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/protocol.h b/src/protocol.h index 50d197415b..a790a06906 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -402,7 +402,6 @@ public: std::string GetCommand() const; std::string ToString() const; - // TODO: make private (improves encapsulation) public: int type; uint256 hash; |