mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-09 22:28:51 +02:00
Merge branch '0.4.x' into 0.5.x
Conflicts: src/main.cpp
This commit is contained in:
@@ -270,7 +270,7 @@ public:
|
||||
|
||||
bool IsValid() const
|
||||
{
|
||||
int nExpectedSize = 20;
|
||||
unsigned int nExpectedSize = 20;
|
||||
bool fExpectTestNet = false;
|
||||
switch(nVersion)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user