Bitcoin Core  0.19.99
P2P Digital Currency
Variables
settings.cpp File Reference
#include <policy/settings.h>
#include <policy/feerate.h>
#include <policy/policy.h>
Include dependency graph for settings.cpp:

Go to the source code of this file.

Variables

bool fIsBareMultisigStd = DEFAULT_PERMIT_BAREMULTISIG
 
CFeeRate incrementalRelayFee = CFeeRate(DEFAULT_INCREMENTAL_RELAY_FEE)
 
CFeeRate dustRelayFee = CFeeRate(DUST_RELAY_TX_FEE)
 
unsigned int nBytesPerSigOp = DEFAULT_BYTES_PER_SIGOP
 

Variable Documentation

◆ dustRelayFee

Definition at line 13 of file settings.cpp.

◆ fIsBareMultisigStd

bool fIsBareMultisigStd = DEFAULT_PERMIT_BAREMULTISIG

Definition at line 11 of file settings.cpp.

◆ incrementalRelayFee

Definition at line 12 of file settings.cpp.

◆ nBytesPerSigOp

unsigned int nBytesPerSigOp = DEFAULT_BYTES_PER_SIGOP

Definition at line 14 of file settings.cpp.