From 49c6a3088524542d0dd0b796abf7992568cd442b Mon Sep 17 00:00:00 2001 From: tripathyr Date: Mon, 10 Oct 2022 17:49:00 +0530 Subject: [PATCH] Update lib_btc.js --- lib_btc.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib_btc.js b/lib_btc.js index 0ba4a43..dd64425 100644 --- a/lib_btc.js +++ b/lib_btc.js @@ -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.