Skip to content

Commit

Permalink
enable gas estimation in tr dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 committed Nov 30, 2015
1 parent 9c4e46a commit 65f9b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/TransactionDialog.qml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Dialog {
property alias stateAccounts: senderComboBox.model
property bool saveStatus
property bool loaded: false
property bool enableGasEstimation: false
property bool enableGasEstimation: true
signal accepted
signal closed

Expand Down

0 comments on commit 65f9b39

Please sign in to comment.