Update lib_btc.js

This commit is contained in:
tripathyr 2022-10-10 17:49:00 +05:30 committed by GitHub
parent 0b9a71a1a2
commit 49c6a30885
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -454,7 +454,8 @@
'redeemScript': t1.redeemScript,
'size': t1.size
};
}
}
/* new time locked address, provide the pubkey and time necessary to unlock the funds.
when time is greater than 500000000, it should be a unix timestamp (seconds since epoch),
otherwise it should be the block height required before this transaction can be released.