mirror of
https://github.com/seigler/govobject-proposal
synced 2025-07-27 06:46:10 +00:00
fee transaction id appends to submit command, step four complete
This commit is contained in:
parent
97b41dc065
commit
640abf07ad
1 changed files with 2 additions and 2 deletions
|
@ -127,8 +127,8 @@
|
||||||
document.getElementById('step_four').click();
|
document.getElementById('step_four').click();
|
||||||
document.getElementsByClassName('progress-bar')[0].style.width = "100%";
|
document.getElementsByClassName('progress-bar')[0].style.width = "100%";
|
||||||
document.getElementsByClassName('progress-bar')[0].innerText = "Proposal ready for submission";
|
document.getElementsByClassName('progress-bar')[0].innerText = "Proposal ready for submission";
|
||||||
|
console.log($('#feeTxid').val());
|
||||||
var submitCommand = "gobject submit " + $('#parentHash').val() + " " + $('#revision').val() + " " + $('#time').val() + " " + proposal.gov.serialize() + " " + $(this).val();
|
var submitCommand = "gobject submit " + $('#parentHash').val() + " " + $('#revision').val() + " " + $('#time').val() + " " + proposal.gov.serialize() + " " + $('#feeTxid').val();
|
||||||
console.log(submitCommand);
|
console.log(submitCommand);
|
||||||
$('textarea#submitProposal').val(submitCommand);
|
$('textarea#submitProposal').val(submitCommand);
|
||||||
}); // callback issued after tx confirmations >= 6
|
}); // callback issued after tx confirmations >= 6
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue