Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Commit

Permalink
Merge branch 'mercury' of https://github.com/kvhnuke/etherwallet into…
Browse files Browse the repository at this point in the history
… mercury
  • Loading branch information
tayvano committed Feb 23, 2017
2 parents 4ec5530 + bf2da37 commit 2bb492d
Show file tree
Hide file tree
Showing 3 changed files with 105,871 additions and 93,939 deletions.
2 changes: 1 addition & 1 deletion app/scripts/controllers/sendTxCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
var sendTxCtrl = function($scope, $sce, walletService) {
$scope.ajaxReq = ajaxReq;
$scope.unitReadable = ajaxReq.type;
// $scope.sendTxModal = new Modal(document.getElementById('sendTransaction'));
$scope.sendTxModal = new Modal(document.getElementById('sendTransaction'));
walletService.wallet = null;
walletService.password = '';
$scope.showAdvance = $scope.showRaw = false;
Expand Down
Loading

0 comments on commit 2bb492d

Please sign in to comment.