From b3b9e16ec0d2eced756a63caa6d9c2e851c60d0e Mon Sep 17 00:00:00 2001 From: Kevin Serrano Date: Wed, 25 Oct 2017 11:40:07 -0700 Subject: Add clarifying comment about wei conversion. --- ui/app/components/pending-tx.js | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/app') diff --git a/ui/app/components/pending-tx.js b/ui/app/components/pending-tx.js index 6621e2483..5b1b367c6 100644 --- a/ui/app/components/pending-tx.js +++ b/ui/app/components/pending-tx.js @@ -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') -- cgit v1.2.3