Add absurdly high fee message to validation state (for RPC propagation)

This commit is contained in:
Shaul Kfir
2015-03-16 21:36:43 -04:00
parent da77a6f761
commit a651403e09
3 changed files with 11 additions and 7 deletions

View File

@@ -497,4 +497,7 @@ extern CBlockTreeDB *pblocktree;
*/
int GetSpendHeight(const CCoinsViewCache& inputs);
/** local "reject" message codes for RPC which can not be triggered by p2p trasactions */
static const unsigned int REJECT_HIGHFEE = 0x100;
#endif // BITCOIN_MAIN_H