Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
80
static void empty_wallet(void)
81
{
82
vCoins.clear();
83
wtxn.clear();
84
balance = 0;
85
}
86
87
static bool equal_sets(CoinSet a, CoinSet b)
88
{
Callers
1
BOOST_AUTO_TEST_CASE
Function · 0.85
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected