Skip to content

Commit

Permalink
Mac build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
levonpetrosyan93 committed Oct 29, 2023
1 parent 4cb091b commit 58a01e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/validation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ bool VerifyPrivateTxOwn(const uint256& txid, const std::vector<unsigned char>& v
return false;
}

size_t count = 0;
uint8_t count = 0;

for (const auto& pub : pubKeys) {
ss << count;
Expand Down

0 comments on commit 58a01e7

Please sign in to comment.