settings.h raw

   1  // Copyright (c) 2009-2010 Satoshi Nakamoto
   2  // Copyright (c) 2009-2022 The Limenka 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  #ifndef LIMENKA_POLICY_SETTINGS_H
   7  #define LIMENKA_POLICY_SETTINGS_H
   8  
   9  extern unsigned int g_script_size_policy_limit;
  10  extern unsigned int nBytesPerSigOp;
  11  extern unsigned int nBytesPerSigOpStrict;
  12  extern unsigned int g_weight_per_data_byte;
  13  
  14  #endif // LIMENKA_POLICY_SETTINGS_H
  15