diff --git a/acctmgr.go b/acctmgr.go index 4074a8e..6e6dd86 100644 --- a/acctmgr.go +++ b/acctmgr.go @@ -974,6 +974,9 @@ func (am *AccountManager) ListUnspent(minconf, maxconf int, continue } } + if a.LockedOutpoint(*credit.OutPoint()) { + continue + } _, addrs, _, _ := credit.Addresses(activeNet.Params) if filter {