aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-10-27 19:25:54 +0800
committerobscuren <geffobscura@gmail.com>2014-10-27 19:25:54 +0800
commit003280888d54ddcb7d776f549633d280edee1c8c (patch)
tree03dd22bf06dcd50bd900dacc2bc8f2e2c7968d06 /cmd/mist
parent797b93c98cdd8183fca58f0c1c554b0d5af26d41 (diff)
downloadgo-tangerine-003280888d54ddcb7d776f549633d280edee1c8c.tar
go-tangerine-003280888d54ddcb7d776f549633d280edee1c8c.tar.gz
go-tangerine-003280888d54ddcb7d776f549633d280edee1c8c.tar.bz2
go-tangerine-003280888d54ddcb7d776f549633d280edee1c8c.tar.lz
go-tangerine-003280888d54ddcb7d776f549633d280edee1c8c.tar.xz
go-tangerine-003280888d54ddcb7d776f549633d280edee1c8c.tar.zst
go-tangerine-003280888d54ddcb7d776f549633d280edee1c8c.zip
increased default gas from 500 to 5000
Diffstat (limited to 'cmd/mist')
-rw-r--r--cmd/mist/assets/qml/views/transaction.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/mist/assets/qml/views/transaction.qml b/cmd/mist/assets/qml/views/transaction.qml
index 8792e31eb..62c762956 100644
--- a/cmd/mist/assets/qml/views/transaction.qml
+++ b/cmd/mist/assets/qml/views/transaction.qml
@@ -114,7 +114,7 @@ Rectangle {
width: 50
validator: RegExpValidator { regExp: /\d*/ }
placeholderText: "Gas"
- text: "500"
+ text: "5000"
}
Label {
id: atLabel