Enable function names and line numbers in backtraces
This commit is contained in:
@@ -17,6 +17,11 @@
|
|||||||
#include "utilmoneystr.h"
|
#include "utilmoneystr.h"
|
||||||
#include "wallet.h"
|
#include "wallet.h"
|
||||||
#include <boost/stacktrace.hpp>
|
#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;
|
CAmount fConsolidationTxFee = DEFAULT_CONSOLIDATION_FEE;
|
||||||
bool fConsolidationMapUsed = false;
|
bool fConsolidationMapUsed = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user