MCPcopy 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
775void WalletModel::lockCoin(COutPoint& output)
776{
777 LOCK2(cs_main, wallet->cs_wallet);
778 wallet->LockCoin(output);
779}
780
781void WalletModel::unlockCoin(COutPoint& output)
782{

Callers

nothing calls this directly

Calls 1

LockCoinMethod · 0.80

Tested by

no test coverage detected