mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-01-18 21:32:35 +01:00
TransactionOutput: clarify isDust()
JavaDoc
This commit is contained in:
parent
041f394a8a
commit
87a8383aae
@ -199,7 +199,8 @@ public class TransactionOutput {
|
||||
}
|
||||
|
||||
/**
|
||||
* Will this transaction be relayable and mined by default miners?
|
||||
* Will this transaction be considered dust and not be relayable and mined by default miners?
|
||||
* @return true if this output is dust
|
||||
*/
|
||||
public boolean isDust() {
|
||||
// Transactions that are OP_RETURN can't be dust regardless of their value.
|
||||
|
Loading…
Reference in New Issue
Block a user