mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-03 14:07:14 +00:00
UTXOProvider: comment fix
This commit is contained in:
@@ -25,12 +25,12 @@ import java.util.List;
|
||||
*/
|
||||
public interface UTXOProvider {
|
||||
|
||||
// TODO currently the access to outputs is by address. Change to ECKey
|
||||
/**
|
||||
* // TODO currently the access to outputs is by address. Change to ECKey
|
||||
* Get the list of {@link UTXO}'s for a given address.
|
||||
* @param addresses List of address.
|
||||
* @return The list of transaction outputs.
|
||||
* @throws UTXOProvider If there is an error.
|
||||
* @throws UTXOProviderException If there is an error.
|
||||
*/
|
||||
List<UTXO> getOpenTransactionOutputs(List<Address> addresses) throws UTXOProviderException;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user