From 640abf07add2728994489a0e75073fab0a90c8be Mon Sep 17 00:00:00 2001 From: hunterlester Date: Sun, 11 Dec 2016 23:32:43 -0800 Subject: [PATCH] fee transaction id appends to submit command, step four complete --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 429061a..63ce9e4 100755 --- a/index.html +++ b/index.html @@ -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