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

Method LockCoin

src/wallet.cpp:4049–4053  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4047}
4048
4049void CWallet::LockCoin(const COutPoint& output)
4050{
4051 AssertLockHeld(cs_wallet); // setLockedCoins
4052 setLockedCoins.insert(output);
4053}
4054
4055void CWallet::UnlockCoin(COutPoint& output)
4056{

Callers 3

lockunspentFunction · 0.80
ManageStatusMethod · 0.80
lockCoinMethod · 0.80

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected