// 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. #ifndef LIMENKA_POLICY_SETTINGS_H #define LIMENKA_POLICY_SETTINGS_H extern unsigned int g_script_size_policy_limit; extern unsigned int nBytesPerSigOp; extern unsigned int nBytesPerSigOpStrict; extern unsigned int g_weight_per_data_byte; #endif // LIMENKA_POLICY_SETTINGS_H