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:
parent
7f093f67a7
commit
b3b9e16ec0
@ -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')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user