3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-12 10:15:52 +00:00

Wallet: explicitly note in the completeTx javadoc that it signs the added inputs.

This commit is contained in:
Mike Hearn 2013-07-29 19:06:21 +02:00
parent bbac0abf9e
commit 8016ee8418

View File

@ -1792,9 +1792,9 @@ public class Wallet implements Serializable, BlockChainListener, PeerFilterProvi
} }
/** /**
* Given a spend request containing an incomplete transaction, makes it valid by adding inputs and outputs according * Given a spend request containing an incomplete transaction, makes it valid by adding outputs and signed inputs
* to the instructions in the request. The transaction in the request is modified by this method, as is the fee * according to the instructions in the request. The transaction in the request is modified by this method, as is
* parameter. * the fee parameter.
* *
* @param req a SendRequest that contains the incomplete transaction and details for how to make it valid. * @param req a SendRequest that contains the incomplete transaction and details for how to make it valid.
* @throws IllegalArgumentException if you try and complete the same SendRequest twice. * @throws IllegalArgumentException if you try and complete the same SendRequest twice.