Removes the locked mark from an output.
Synopsis
Declared in <wallet/walletdb.h>
bool
EraseLockedUTXO(COutPoint const& output);
Return Value
true if the record was erased.
Parameters
Name |
Description |
output |
The output to unlock. |
Created with MrDocs