mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-13 18:55:52 +00:00
Wallet: make getUnspents() public.
This commit is contained in:
parent
6b4123cd9f
commit
864f2529e8
@ -2781,7 +2781,7 @@ public class Wallet extends BaseTaggableObject
|
|||||||
}
|
}
|
||||||
|
|
||||||
/** Returns a copy of the internal unspent outputs list */
|
/** Returns a copy of the internal unspent outputs list */
|
||||||
List<TransactionOutput> getUnspents() {
|
public List<TransactionOutput> getUnspents() {
|
||||||
lock.lock();
|
lock.lock();
|
||||||
try {
|
try {
|
||||||
return new ArrayList<TransactionOutput>(myUnspents);
|
return new ArrayList<TransactionOutput>(myUnspents);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user