Fixes import & export with new encryption
This commit is contained in:
parent
1b0f6836dc
commit
35bab383b0
12 changed files with 86 additions and 67 deletions
5
js/services/compatibility.js
Normal file
5
js/services/compatibility.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
'use strict';
|
||||
|
||||
angular.module('copayApp.services').value('Compatibility', function() {
|
||||
return require('copay').Compatibility;
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue