aboutsummaryrefslogtreecommitdiff
path: root/src/chain.cpp
diff options
context:
space:
mode:
authorkobake <kobake@users.sourceforge.net>2017-02-14 15:39:51 +0900
committerkobake <kobake@users.sourceforge.net>2017-03-07 02:42:44 +0900
commit292112f87ef1780fee6164063a60af9ee7bf3f86 (patch)
tree19dbb1b92e7d0f7447ce6e1a880026e7f86b9767 /src/chain.cpp
parentd978c41e1ec4fcf2c4d096f09af035f9e8a7ad81 (diff)
downloadbitcoin-292112f87ef1780fee6164063a60af9ee7bf3f86.tar.xz
Fix msvc compiler error C4146 (minus operator applied to unsigned type)
On msvc14, the compiler error C4146 (unary minus operator applied to unsigned type, result still unsigned) had been occured. Use '0 - x' styled formula instead of '-x' so as to fix the error.
Diffstat (limited to 'src/chain.cpp')
0 files changed, 0 insertions, 0 deletions