Skip to content

Commit

Permalink
[FOLD] type correctness
Browse files Browse the repository at this point in the history
  • Loading branch information
ximinez committed Sep 19, 2017
1 parent a383c98 commit 52f6a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ripple/app/misc/HashRouter.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class HashRouter
// This could be generalized to a map, if more
// than one flag needs to expire independently.
boost::optional<Stopwatch::time_point> relayed_;
std::uint16_t recoveries_ = 0;
std::uint32_t recoveries_ = 0;
};

public:
Expand Down

0 comments on commit 52f6a8c

Please sign in to comment.