Bitcoin Core
22.99.0
P2P Digital Currency
src
policy
settings.cpp
Go to the documentation of this file.
1
// Copyright (c) 2009-2010 Satoshi Nakamoto
2
// Copyright (c) 2009-2019 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
#include <
policy/settings.h
>
7
8
#include <
policy/feerate.h
>
9
#include <
policy/policy.h
>
10
11
bool
fIsBareMultisigStd
=
DEFAULT_PERMIT_BAREMULTISIG
;
12
CFeeRate
incrementalRelayFee
=
CFeeRate
(
DEFAULT_INCREMENTAL_RELAY_FEE
);
13
CFeeRate
dustRelayFee
=
CFeeRate
(
DUST_RELAY_TX_FEE
);
14
unsigned
int
nBytesPerSigOp
=
DEFAULT_BYTES_PER_SIGOP
;
policy.h
feerate.h
settings.h
nBytesPerSigOp
unsigned int nBytesPerSigOp
Definition:
settings.cpp:14
CFeeRate
Fee rate in satoshis per kilobyte: CAmount / kB.
Definition:
feerate.h:29
DEFAULT_INCREMENTAL_RELAY_FEE
static const unsigned int DEFAULT_INCREMENTAL_RELAY_FEE
Default for -incrementalrelayfee, which sets the minimum feerate increase for mempool limiting or BIP...
Definition:
policy.h:34
DEFAULT_PERMIT_BAREMULTISIG
static const bool DEFAULT_PERMIT_BAREMULTISIG
Default for -permitbaremultisig.
Definition:
policy.h:38
incrementalRelayFee
CFeeRate incrementalRelayFee
Definition:
settings.cpp:12
fIsBareMultisigStd
bool fIsBareMultisigStd
Definition:
settings.cpp:11
DUST_RELAY_TX_FEE
static const unsigned int DUST_RELAY_TX_FEE
Min feerate for defining dust.
Definition:
policy.h:54
DEFAULT_BYTES_PER_SIGOP
static const unsigned int DEFAULT_BYTES_PER_SIGOP
Default for -bytespersigop.
Definition:
policy.h:36
dustRelayFee
CFeeRate dustRelayFee
Definition:
settings.cpp:13
Generated on Fri Feb 18 2022 20:03:23 for Bitcoin Core by
1.8.17