[#wallet-CWallet-LoadLockedCoin] = xref:wallet.adoc[wallet]::xref:wallet/CWallet.adoc[CWallet]::LoadLockedCoin :relfileprefix: ../../ :mrdocs: Load a locked coin from the database into memory. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e1e5983b8), requires_capability(0x7f2e11aa9178), requires_capability(0x7f2e169fef68), requires_capability(0x7f2e15f2e408), requires_capability(0x7f2e12c6d098)]] void LoadLockedCoin( xref:COutPoint.adoc[COutPoint] const& coin, bool persistent); ---- == Parameters [cols="1,4"] |=== | Name| Description | *coin* | The outpoint to mark as locked. | *persistent* | Whether the lock is persisted to disk. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#