// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2022 The Limenka developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include #include unsigned int nBytesPerSigOp = DEFAULT_BYTES_PER_SIGOP; unsigned int nBytesPerSigOpStrict = DEFAULT_BYTES_PER_SIGOP_STRICT; unsigned int g_weight_per_data_byte = DEFAULT_WEIGHT_PER_DATA_BYTE;