mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-24 22:58:32 +01:00
Transaction: Fix a JavaDoc link.
This commit is contained in:
parent
752b06043c
commit
c9cfd15f7f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue