1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

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

This commit is contained in:
David Walsh 2021-07-25 09:56:24 -05:00 committed by GitHub
parent cd4521fb12
commit 5d92836c8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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