diff options
| author | Luke Dashjr <[email protected]> | 2012-04-22 10:05:43 -0400 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2012-04-22 10:05:43 -0400 |
| commit | a93ab877877925c60b2dbf56bdde8aa46b6b7391 (patch) | |
| tree | 3c473dd4151e38a72763600839a16f4a3b509325 /src/base58.h | |
| parent | Add missing breaks in optionmodel's switch case (diff) | |
| parent | Add missing includes. (Fix bulding under GCC 4.7) (diff) | |
| download | discoin-a93ab877877925c60b2dbf56bdde8aa46b6b7391.tar.xz discoin-a93ab877877925c60b2dbf56bdde8aa46b6b7391.zip | |
Merge branch '0.4.x' into 0.5.x
Conflicts:
src/main.cpp
Diffstat (limited to 'src/base58.h')
| -rw-r--r-- | src/base58.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base58.h b/src/base58.h index cace423d6..d7fedb1a7 100644 --- a/src/base58.h +++ b/src/base58.h @@ -270,7 +270,7 @@ public: bool IsValid() const { - int nExpectedSize = 20; + unsigned int nExpectedSize = 20; bool fExpectTestNet = false; switch(nVersion) { |