encrypted wallet feat migrated to BWC 4.0.0

This commit is contained in:
Matias Alejo Garcia 2016-08-29 15:17:41 -03:00
commit 392d8f7292
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
6 changed files with 69 additions and 101 deletions

View file

@ -189,7 +189,7 @@ angular.module('copayApp.controllers').controller('confirmController', function(
};
var setSendError = function(msg) {
showAlert(gettext('Error creating transaction'), msg);
showAlert(gettext('Error at confirm:'), msg);
};
function apply(txp) {