MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / empty_wallet

Function empty_wallet

src/wallet/test/coinselector_tests.cpp:80–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80static void empty_wallet(void)
81{
82 vCoins.clear();
83 wtxn.clear();
84 balance = 0;
85}
86
87static bool equal_sets(CoinSet a, CoinSet b)
88{

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected