aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorShaul Kfir <shaul.kfir@gmail.com>2015-03-16 21:36:43 -0400
committerShaul Kfir <shaul.kfir@gmail.com>2015-06-30 15:59:11 -0400
commita651403e09ccc9ac0a3322e880d6543dd51a14bd (patch)
treee138302775a76f9667a56fa5ea0e38e7fa1e2f89 /src/main.h
parentda77a6f7611f71443914e1c71df1e52468cf507d (diff)
downloadbitcoin-a651403e09ccc9ac0a3322e880d6543dd51a14bd.tar.xz
Add absurdly high fee message to validation state (for RPC propagation)
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h3
1 files changed, 3 insertions, 0 deletions
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