Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LUX-Core/lux
/ lockCoin
Method
lockCoin
src/qt/walletmodel.cpp:775–779 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
773
}
774
775
void WalletModel::lockCoin(COutPoint& output)
776
{
777
LOCK2(cs_main, wallet->cs_wallet);
778
wallet->LockCoin(output);
779
}
780
781
void WalletModel::unlockCoin(COutPoint& output)
782
{
Callers
nothing calls this directly
Calls
1
LockCoin
Method · 0.80
Tested by
no test coverage detected