From a651403e09ccc9ac0a3322e880d6543dd51a14bd Mon Sep 17 00:00:00 2001 From: Shaul Kfir Date: Mon, 16 Mar 2015 21:36:43 -0400 Subject: Add absurdly high fee message to validation state (for RPC propagation) --- src/main.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main.h') diff --git a/src/main.h b/src/main.h index 4e2efaada0..e11d5c857d 100644 --- a/src/main.h +++ b/src/main.h @@ -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 -- cgit v1.2.3