Redefine txmeta when submitting.

feature/default_network_editable
Kevin Serrano 8 years ago
parent 53a88b319b
commit d61b587f30
No known key found for this signature in database
GPG Key ID: BF999DEFC7371BA1
  1. 2
      ui/app/components/pending-tx.js

@ -76,6 +76,7 @@ PendingTx.prototype.render = function () {
h('form#pending-tx-form', {
onSubmit: (event) => {
const txMeta = this.gatherTxMeta()
event.preventDefault()
const form = document.querySelector('form#pending-tx-form')
const valid = form.checkValidity()
@ -418,4 +419,3 @@ function forwardCarrat () {
)
}

Loading…
Cancel
Save