Minor improvements
This commit is contained in:
parent
c748768da2
commit
f4ae5168b0
|
@ -85,7 +85,6 @@ func (bc *Blockchain) FindUnspentTransactions(address string) []*Transaction {
|
||||||
|
|
||||||
if out.CanBeUnlockedWith(address) {
|
if out.CanBeUnlockedWith(address) {
|
||||||
unspentTXs = append(unspentTXs, tx)
|
unspentTXs = append(unspentTXs, tx)
|
||||||
continue Outputs
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue