MCPcopy Create free account
hub / github.com/LUX-Core/lux / UnlockCoin

Method UnlockCoin

src/wallet.cpp:4055–4059  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4053}
4054
4055void CWallet::UnlockCoin(COutPoint& output)
4056{
4057 AssertLockHeld(cs_wallet); // setLockedCoins
4058 setLockedCoins.erase(output);
4059}
4060
4061void CWallet::UnlockAllCoins()
4062{

Callers 4

lockunspentFunction · 0.80
StopMasterNodeMethod · 0.80
UnlockCoinsMethod · 0.80
unlockCoinMethod · 0.80

Calls 1

eraseMethod · 0.45

Tested by

no test coverage detected