fee transaction id appends to submit command, step four complete

This commit is contained in:
hunterlester 2016-12-11 23:32:43 -08:00
parent 97b41dc065
commit 640abf07ad

View file

@ -127,8 +127,8 @@
document.getElementById('step_four').click();
document.getElementsByClassName('progress-bar')[0].style.width = "100%";
document.getElementsByClassName('progress-bar')[0].innerText = "Proposal ready for submission";
var submitCommand = "gobject submit " + $('#parentHash').val() + " " + $('#revision').val() + " " + $('#time').val() + " " + proposal.gov.serialize() + " " + $(this).val();
console.log($('#feeTxid').val());
var submitCommand = "gobject submit " + $('#parentHash').val() + " " + $('#revision').val() + " " + $('#time').val() + " " + proposal.gov.serialize() + " " + $('#feeTxid').val();
console.log(submitCommand);
$('textarea#submitProposal').val(submitCommand);
}); // callback issued after tx confirmations >= 6