diff --git a/View_8cpp_source.html b/View_8cpp_source.html index 7b08c900ba..697420acf9 100644 --- a/View_8cpp_source.html +++ b/View_8cpp_source.html @@ -1134,8 +1134,8 @@ $(function() {
1056pseudoAccountAddress(ReadView const& view, uint256 const& pseudoOwnerKey)
1057{
1058 // This number must not be changed without an amendment
-
1059 constexpr int maxAccountAttempts = 256;
-
1060 for (auto i = 0; i < maxAccountAttempts; ++i)
+
1059 constexpr std::uint16_t maxAccountAttempts = 256;
+
1060 for (std::uint16_t i = 0; i < maxAccountAttempts; ++i)
1061 {
1062 ripesha_hasher rsh;
1063 auto const hash = sha512Half(i, view.info().parentHash, pseudoOwnerKey);