EIP-1559 - Provide the nonce field in the new transaction display (#11598)

feature/default_network_editable
David Walsh 3 years ago committed by GitHub
parent cd4521fb12
commit 5d92836c8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      ui/pages/confirm-transaction-base/confirm-transaction-base.component.js

@ -465,6 +465,7 @@ export default class ConfirmTransactionBase extends Component {
/>,
]}
/>
{nonceField}
</div>
);
}

Loading…
Cancel
Save