Transaction: Fix a JavaDoc link.

This commit is contained in:
Andreas Schildbach 2018-03-04 21:58:15 +01:00
parent 752b06043c
commit c9cfd15f7f

View file

@ -1366,7 +1366,7 @@ public class Transaction extends ChildMessage {
/**
* A transaction has a relative lock time
* (<a href="https://github.com/bitcoin/bips/blob/master/bip-0068.mediawiki">BIP 68</a>) if it is version 2 or
* higher and at least one of its inputs has its {@link TransactionInput.SEQUENCE_LOCKTIME_DISABLE_FLAG} cleared.
* higher and at least one of its inputs has its {@link TransactionInput#SEQUENCE_LOCKTIME_DISABLE_FLAG} cleared.
*/
public boolean hasRelativeLockTime() {
if (version < 2)