TransactionOutput: clarify isDust() JavaDoc

This commit is contained in:
Sean Gilligan 2023-08-09 16:45:50 +02:00 committed by Andreas Schildbach
parent 041f394a8a
commit 87a8383aae

View File

@ -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.