You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Copyright (c) 2009-2014 The Bitcoin Core developers
3
+
// Distributed under the MIT software license, see the accompanying
4
+
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
5
+
6
+
#ifndefBITCOIN_CONSENSUS_CONSENSUS_H
7
+
#defineBITCOIN_CONSENSUS_CONSENSUS_H
8
+
9
+
/** The maximum allowed size for a serialized block, in bytes (network rule) */
10
+
staticconstunsigned intMAX_BLOCK_SIZE=1000000;
11
+
/** The maximum allowed number of signature check operations in a block (network rule) */
0 commit comments