Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/decenomy/DSW into KYAN-d…
Browse files Browse the repository at this point in the history
…evelop
  • Loading branch information
pedro-at-decenomy committed May 6, 2024
2 parents 337b3ee + 51a617d commit 39da5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uint256.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class uint256 : public base_uint<256>
};

struct uint256CheapHasher {
u_int64_t operator()(const uint256& i) const {
uint64_t operator()(const uint256& i) const {
return i.GetCheapHash();
}
};
Expand Down

0 comments on commit 39da5f0

Please sign in to comment.