mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-01 17:13:45 +00:00
increased default gas from 500 to 5000
This commit is contained in:
parent
797b93c98c
commit
003280888d
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ Rectangle {
|
|||
width: 50
|
||||
validator: RegExpValidator { regExp: /\d*/ }
|
||||
placeholderText: "Gas"
|
||||
text: "500"
|
||||
text: "5000"
|
||||
}
|
||||
Label {
|
||||
id: atLabel
|
||||
|
|
|
|||
Loading…
Reference in a new issue