diff --git a/ethereal/assets/qml/wallet.qml b/ethereal/assets/qml/wallet.qml
index 98cccd7679ac71970c84e9a6799c6ebbdf83fa67..f48b9a85bf6419200ff68de44e11eaa3094c7005 100644
--- a/ethereal/assets/qml/wallet.qml
+++ b/ethereal/assets/qml/wallet.qml
@@ -976,7 +976,7 @@ ApplicationWindow {
         text: "Send"
         onClicked: {
           //this.enabled = false
-          var res = eth.transact(txSimpleRecipient.text, txSimpleValue.text,"","","")
+          var res = eth.transact(txSimpleRecipient.text, txSimpleValue.text, "500", "1000000", "")
           if(res[1]) {
             txSimpleResult.text = "There has been an error broadcasting your transaction:" + res[1].error()
           } else {