]> Git Repo - VerusCoin.git/commitdiff
Merge pull request #1904 from laanwj/2012_10_remove_getorder
authorPieter Wuille <[email protected]>
Thu, 25 Oct 2012 18:41:22 +0000 (11:41 -0700)
committerPieter Wuille <[email protected]>
Thu, 25 Oct 2012 18:41:22 +0000 (11:41 -0700)
remove "checkorder" P2P command

1  2 
src/main.cpp
src/main.h
src/net.cpp
src/net.h

diff --cc src/main.cpp
Simple merge
diff --cc src/main.h
index 36869efe631c573b2fa3cbe20c6cff9ba5a5fe50,53341dc36dedfb4f400b1a324b7b7f2ab8165b77..1751ccc56225ec8c9bbb9e650f4c85b0be80d7fc
@@@ -20,11 -20,8 +20,10 @@@ class CReserveKey
  
  class CAddress;
  class CInv;
- class CRequestTracker;
  class CNode;
  
 +class CBlockIndexWorkComparator;
 +
  static const unsigned int MAX_BLOCK_SIZE = 1000000;
  static const unsigned int MAX_BLOCK_SIZE_GEN = MAX_BLOCK_SIZE/2;
  static const unsigned int MAX_BLOCK_SIGOPS = MAX_BLOCK_SIZE/50;
diff --cc src/net.cpp
Simple merge
diff --cc src/net.h
Simple merge
This page took 0.065067 seconds and 4 git commands to generate.