allow multiple importsfor 0 fee

add_subaddress
moneroexamples 5 years ago
parent a684cc71d5
commit 9b1fa0db78

@ -38,10 +38,10 @@ thinwalletCtrls.controller("ImportWalletCtrl", function($scope, $location, $http
$scope.success = '';
function get_import_request() {
if ($scope.account_scan_start_height === 0) {
ModalService.hide('import-wallet');
return;
}
// if ($scope.account_scan_start_height === 0) {
// ModalService.hide('import-wallet');
// return;
// }
ApiCalls.import_wallet_request(AccountService.getAddress(), AccountService.getViewKey())
.then(function(response) {

Loading…
Cancel
Save