Dogecoin Core  1.14.2
P2P Digital Currency
Macros
blockencodings.cpp File Reference
#include "blockencodings.h"
#include "consensus/consensus.h"
#include "consensus/validation.h"
#include "chainparams.h"
#include "hash.h"
#include "random.h"
#include "streams.h"
#include "txmempool.h"
#include "validation.h"
#include "util.h"
#include <unordered_map>
Include dependency graph for blockencodings.cpp:

Go to the source code of this file.

Macros

#define MIN_TRANSACTION_BASE_SIZE   (::GetSerializeSize(CTransaction(), SER_NETWORK, PROTOCOL_VERSION | SERIALIZE_TRANSACTION_NO_WITNESS))
 

Macro Definition Documentation

◆ MIN_TRANSACTION_BASE_SIZE

#define MIN_TRANSACTION_BASE_SIZE   (::GetSerializeSize(CTransaction(), SER_NETWORK, PROTOCOL_VERSION | SERIALIZE_TRANSACTION_NO_WITNESS))

Definition at line 18 of file blockencodings.cpp.