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

Add clarifying comment about wei conversion.

This commit is contained in:
Kevin Serrano 2017-10-25 11:40:07 -07:00
parent 7f093f67a7
commit b3b9e16ec0
No known key found for this signature in database
GPG Key ID: BF999DEFC7371BA1

View File

@ -15,6 +15,7 @@ const addressSummary = util.addressSummary
const nameForAddress = require('../../lib/contract-namer')
const BNInput = require('./bn-as-decimal-input')
// corresponds with 0.1 GWEI
const MIN_GAS_PRICE_BN = new BN('100000000')
const MIN_GAS_LIMIT_BN = new BN('21000')