Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

coin_selection.cpp File Reference
#include <bench/bench.h>
#include <wallet/wallet.h>
#include <set>
+ Include dependency graph for coin_selection.cpp:

Go to the source code of this file.

Functions

static void addCoin (const CAmount &nValue, const CWallet &wallet, std::vector< COutput > &vCoins)
 
static void CoinSelection (benchmark::State &state)
 
 BENCHMARK (CoinSelection)
 

Function Documentation

◆ addCoin()

static void addCoin ( const CAmount nValue,
const CWallet wallet,
std::vector< COutput > &  vCoins 
)
static

◆ BENCHMARK()

BENCHMARK ( CoinSelection  )

◆ CoinSelection()

Released under the MIT license