mirror of
https://github.com/OutCast3k/coinbin.git
synced 2025-03-10 11:39:05 +01:00
improvement to previous timelock address bug fix
This commit is contained in:
parent
194df37d56
commit
530453a701
@ -888,8 +888,7 @@ $(document).ready(function() {
|
||||
|
||||
if($("#redeemFromStatus").hasClass("hidden")) {
|
||||
// An ethical dilemma: Should we automatically set nLockTime?
|
||||
console.log(redeem);
|
||||
if(redeem.from == 'redeemScript' && redeem.decodescript.type == "hodl__") {
|
||||
if(redeem.from == 'redeemScript' && redeem.type == "hodl__") {
|
||||
$("#nLockTime").val(redeem.decodescript.checklocktimeverify);
|
||||
} else {
|
||||
$("#nLockTime").val(0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user