diff --git a/app/scripts/controllers/sendTxCtrl.js b/app/scripts/controllers/sendTxCtrl.js index 586ab28d1c..9b41d749b3 100644 --- a/app/scripts/controllers/sendTxCtrl.js +++ b/app/scripts/controllers/sendTxCtrl.js @@ -70,7 +70,7 @@ var sendTxCtrl = function($scope, $sce, walletService) { var txData = uiFuncs.getTxData($scope); if($scope.tx.sendMode!=0){ txData.to = $scope.replayContract; - txData.gasLimit = 150000; + txData.gasLimit = 300000; if($scope.tx.sendMode==1) txData.data = $scope.splitHex + ethFuncs.padLeft(ethFuncs.getNakedAddress($scope.tx.to), 64) + ethFuncs.padLeft(ethFuncs.getNakedAddress(txData.from), 64); else if($scope.tx.sendMode==2) txData.data = $scope.splitHex + ethFuncs.padLeft(ethFuncs.getNakedAddress(txData.from), 64) + ethFuncs.padLeft(ethFuncs.getNakedAddress($scope.tx.to), 64); } diff --git a/chrome-extension/js/etherwallet-master-min.js b/chrome-extension/js/etherwallet-master-min.js index 5d44f961a3..71b4f6204a 100644 --- a/chrome-extension/js/etherwallet-master-min.js +++ b/chrome-extension/js/etherwallet-master-min.js @@ -935,7 +935,7 @@ var sendTxCtrl = function($scope, $sce, walletService) { var txData = uiFuncs.getTxData($scope); if($scope.tx.sendMode!=0){ txData.to = $scope.replayContract; - txData.gasLimit = 150000; + txData.gasLimit = 300000; if($scope.tx.sendMode==1) txData.data = $scope.splitHex + ethFuncs.padLeft(ethFuncs.getNakedAddress($scope.tx.to), 64) + ethFuncs.padLeft(ethFuncs.getNakedAddress(txData.from), 64); else if($scope.tx.sendMode==2) txData.data = $scope.splitHex + ethFuncs.padLeft(ethFuncs.getNakedAddress(txData.from), 64) + ethFuncs.padLeft(ethFuncs.getNakedAddress($scope.tx.to), 64); } diff --git a/chrome-extension/js/etherwallet-master.js b/chrome-extension/js/etherwallet-master.js index 5d44f961a3..71b4f6204a 100644 --- a/chrome-extension/js/etherwallet-master.js +++ b/chrome-extension/js/etherwallet-master.js @@ -935,7 +935,7 @@ var sendTxCtrl = function($scope, $sce, walletService) { var txData = uiFuncs.getTxData($scope); if($scope.tx.sendMode!=0){ txData.to = $scope.replayContract; - txData.gasLimit = 150000; + txData.gasLimit = 300000; if($scope.tx.sendMode==1) txData.data = $scope.splitHex + ethFuncs.padLeft(ethFuncs.getNakedAddress($scope.tx.to), 64) + ethFuncs.padLeft(ethFuncs.getNakedAddress(txData.from), 64); else if($scope.tx.sendMode==2) txData.data = $scope.splitHex + ethFuncs.padLeft(ethFuncs.getNakedAddress(txData.from), 64) + ethFuncs.padLeft(ethFuncs.getNakedAddress($scope.tx.to), 64); } diff --git a/dist/js/etherwallet-master-min.js b/dist/js/etherwallet-master-min.js index 5d44f961a3..71b4f6204a 100644 --- a/dist/js/etherwallet-master-min.js +++ b/dist/js/etherwallet-master-min.js @@ -935,7 +935,7 @@ var sendTxCtrl = function($scope, $sce, walletService) { var txData = uiFuncs.getTxData($scope); if($scope.tx.sendMode!=0){ txData.to = $scope.replayContract; - txData.gasLimit = 150000; + txData.gasLimit = 300000; if($scope.tx.sendMode==1) txData.data = $scope.splitHex + ethFuncs.padLeft(ethFuncs.getNakedAddress($scope.tx.to), 64) + ethFuncs.padLeft(ethFuncs.getNakedAddress(txData.from), 64); else if($scope.tx.sendMode==2) txData.data = $scope.splitHex + ethFuncs.padLeft(ethFuncs.getNakedAddress(txData.from), 64) + ethFuncs.padLeft(ethFuncs.getNakedAddress($scope.tx.to), 64); } diff --git a/dist/js/etherwallet-master.js b/dist/js/etherwallet-master.js index 5d44f961a3..71b4f6204a 100644 --- a/dist/js/etherwallet-master.js +++ b/dist/js/etherwallet-master.js @@ -935,7 +935,7 @@ var sendTxCtrl = function($scope, $sce, walletService) { var txData = uiFuncs.getTxData($scope); if($scope.tx.sendMode!=0){ txData.to = $scope.replayContract; - txData.gasLimit = 150000; + txData.gasLimit = 300000; if($scope.tx.sendMode==1) txData.data = $scope.splitHex + ethFuncs.padLeft(ethFuncs.getNakedAddress($scope.tx.to), 64) + ethFuncs.padLeft(ethFuncs.getNakedAddress(txData.from), 64); else if($scope.tx.sendMode==2) txData.data = $scope.splitHex + ethFuncs.padLeft(ethFuncs.getNakedAddress(txData.from), 64) + ethFuncs.padLeft(ethFuncs.getNakedAddress($scope.tx.to), 64); }