Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4055
void CWallet::UnlockCoin(COutPoint& output)
4056
{
4057
AssertLockHeld(cs_wallet); // setLockedCoins
4058
setLockedCoins.erase(output);
4059
}
4060
4061
void CWallet::UnlockAllCoins()
4062
{
Callers
4
lockunspent
Function · 0.80
StopMasterNode
Method · 0.80
UnlockCoins
Method · 0.80
unlockCoin
Method · 0.80
Calls
1
erase
Method · 0.45
Tested by
no test coverage detected