diff options
author | obscuren <geffobscura@gmail.com> | 2014-09-23 23:56:43 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-09-23 23:56:43 +0800 |
commit | 70db149494db983f24cb23e5eda03fef0265fc1b (patch) | |
tree | b8bd5760a3c3e6002aeaf55fd16941f7be774e57 /mist/assets/qml/views/jeffcoin | |
parent | 353b558536933523cd65f35eea23e2f904a5c378 (diff) | |
parent | a4007f3b686b16e73b4cb9ebceb63f3755d31ff3 (diff) | |
download | go-tangerine-0.6.5-2.tar go-tangerine-0.6.5-2.tar.gz go-tangerine-0.6.5-2.tar.bz2 go-tangerine-0.6.5-2.tar.lz go-tangerine-0.6.5-2.tar.xz go-tangerine-0.6.5-2.tar.zst go-tangerine-0.6.5-2.zip |
Merge branch 'hotfix/0.6.5-2'v0.6.5-2
Diffstat (limited to 'mist/assets/qml/views/jeffcoin')
-rw-r--r-- | mist/assets/qml/views/jeffcoin/jeffcoin.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mist/assets/qml/views/jeffcoin/jeffcoin.qml b/mist/assets/qml/views/jeffcoin/jeffcoin.qml index 6a57791a7..dc8678d1c 100644 --- a/mist/assets/qml/views/jeffcoin/jeffcoin.qml +++ b/mist/assets/qml/views/jeffcoin/jeffcoin.qml @@ -151,7 +151,7 @@ Rectangle { Button { text: "Send" onClicked: { - eth.transact({from: eth.key().privateKey, to:address, gas: "9000", gasPrice: "100000000000", data: ["0x"+txTo.text, txValue.text]}) + eth.transact({from: eth.key().privateKey, to:address, gas: "9000", gasPrice: "10000000000000", data: ["0x"+txTo.text, txValue.text]}) } } } |