parent
3ab6db5c7d
commit
8cc066b8f3
1 changed files with 3 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue