Fixed min gas price on coin

This commit is contained in:
obscuren
2014-09-23 17:56:35 +02:00
parent 353b558536
commit a4007f3b68
5 changed files with 55 additions and 43 deletions

View File

@@ -335,7 +335,7 @@
Object.defineProperty(eth, "gasPrice", {
get: function() {
return "1000000000000"
return "10000000000000"
}
});