Enable function names and line numbers in backtraces

This commit is contained in:
Jonathan "Duke" Leto
2022-09-09 15:14:01 -07:00
parent 8f49549a1d
commit 85f7ac4c8c

View File

@@ -17,6 +17,11 @@
#include "utilmoneystr.h"
#include "wallet.h"
#include <boost/stacktrace.hpp>
#include <boost/exception/all.hpp>
// enable function names and line numbers in backtraces
#define BOOST_STACKTRACE_LINK
#define BOOST_STACKTRACE_USE_ADDR2LINE
CAmount fConsolidationTxFee = DEFAULT_CONSOLIDATION_FEE;
bool fConsolidationMapUsed = false;