Transaction: Fix a JavaDoc link.

This commit is contained in:
Andreas Schildbach
2018-03-04 21:58:15 +01:00
parent 380980d291
commit 3833031e1f

View File

@@ -1310,7 +1310,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)