]> Git Repo - VerusCoin.git/commit - src/main.h
Treat non-version-1 transactions as non-standard
authorGavin Andresen <[email protected]>
Wed, 27 Jun 2012 16:43:19 +0000 (12:43 -0400)
committerGavin Andresen <[email protected]>
Fri, 6 Jul 2012 15:37:01 +0000 (11:37 -0400)
commitdae3e10a5abe93833c57183b7c00f1db9200f46e
tree52799f24df21e1785c0e58e43438a8b130642ad5
parent6e3a1a374293a8a5adeb2ad464f7205e819585ee
Treat non-version-1 transactions as non-standard

Adds CBlock::CURRENT_VERSION and CTransaction::CURRENT_VERSION
constants, and makes non-CURRENT_VERSION transactions nonstandard.
This will help make future upgrades smoother.
src/main.cpp
src/main.h
This page took 0.024972 seconds and 4 git commands to generate.