mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2024-11-20 02:09:29 +01:00
Wallet: Remove junk line of JavaDoc.
This commit is contained in:
parent
66c3364c9e
commit
aa0312a6c8
@ -3738,7 +3738,6 @@ public class Wallet extends BaseTaggableObject
|
||||
* @param address The Bitcoin address to send the money to.
|
||||
* @param value How much currency to send.
|
||||
* @return either the created Transaction or null if there are insufficient coins.
|
||||
* coins as spent until commitTx is called on the result.
|
||||
* @throws InsufficientMoneyException if the request could not be completed due to not enough balance.
|
||||
* @throws DustySendRequested if the resultant transaction would violate the dust rules.
|
||||
* @throws CouldNotAdjustDownwards if emptying the wallet was requested and the output can't be shrunk for fees without violating a protocol rule.
|
||||
|
Loading…
Reference in New Issue
Block a user