wallet::WalletBatch::EraseLockedUTXO

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

NameDescription
outputThe output to unlock.