aboutsummaryrefslogtreecommitdiffstats
path: root/mist/assets/ext
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-09-23 23:56:35 +0800
committerobscuren <geffobscura@gmail.com>2014-09-23 23:56:35 +0800
commita4007f3b686b16e73b4cb9ebceb63f3755d31ff3 (patch)
treeb8bd5760a3c3e6002aeaf55fd16941f7be774e57 /mist/assets/ext
parent353b558536933523cd65f35eea23e2f904a5c378 (diff)
downloaddexon-a4007f3b686b16e73b4cb9ebceb63f3755d31ff3.tar.gz
dexon-a4007f3b686b16e73b4cb9ebceb63f3755d31ff3.tar.zst
dexon-a4007f3b686b16e73b4cb9ebceb63f3755d31ff3.zip
Fixed min gas price on coin
Diffstat (limited to 'mist/assets/ext')
-rw-r--r--mist/assets/ext/html_messaging.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/mist/assets/ext/html_messaging.js b/mist/assets/ext/html_messaging.js
index 3c67c77ea..efb950b4b 100644
--- a/mist/assets/ext/html_messaging.js
+++ b/mist/assets/ext/html_messaging.js
@@ -335,7 +335,7 @@
Object.defineProperty(eth, "gasPrice", {
get: function() {
- return "1000000000000"
+ return "10000000000000"
}
});