mirror of
https://github.com/ok2/coinbin.git
synced 2026-05-09 18:15:23 +02:00
couple more tweaks to the way locktime vars are passed around
This commit is contained in:
+1
-2
@@ -356,8 +356,7 @@ $(document).ready(function() {
|
||||
|
||||
$.each($("#inputs .row"), function(i,o){
|
||||
if($(".txId",o).val()!="" && $(".txIdN",o).val()!=""){
|
||||
var sequence = ($("#nLockTime").val()=="0") ? 4294967295 : 0;
|
||||
tx.addinput($(".txId",o).val(), $(".txIdN",o).val(), $(".txIdScript",o).val(), sequence);
|
||||
tx.addinput($(".txId",o).val(), $(".txIdN",o).val(), $(".txIdScript",o).val());
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user