Update transaction verification protocol
authorCryptoManiac <balthazar@yandex.ru>
Wed, 18 Jun 2014 22:50:31 +0000 (02:50 +0400)
committerCryptoManiac <balthazar@yandex.ru>
Wed, 18 Jun 2014 22:50:31 +0000 (02:50 +0400)
commit3dc4db1ccda03ef5635dfedffe3a27d567d3c062
treece7dc9736487cea2b99630ed8bcf696b7340bf4f
parent461bfa6f54130c5a13f2fd16acb4af4775d50fb5
Update transaction verification protocol

* CheckBlock() refactoring: move headers checking code to new CheckBlockHeader() and coinbase value checking code to ConnectBlock();
* Fix minimum stake fee at CENT.
src/main.cpp
src/main.h
src/miner.cpp
src/timestamps.h
src/util.h