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

Minor cleanup of lint

This commit is contained in:
Kevin Serrano 2017-05-24 11:02:58 -07:00
parent 293d0b4a57
commit 9554788c14
No known key found for this signature in database
GPG Key ID: BF999DEFC7371BA1

View File

@ -367,7 +367,6 @@ PendingTx.prototype.gasLimitChanged = function (newBN, valid) {
}
PendingTx.prototype.resetGasFields = function () {
log.debug(`pending-tx resetGasFields`)
this.inputs.forEach((hexInput) => {