fix for new addresses in send
This commit is contained in:
parent
eba074fd63
commit
8c3397e698
5 changed files with 29 additions and 6 deletions
6
src/js/services/bitcoreCash.js
Normal file
6
src/js/services/bitcoreCash.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
'use strict';
|
||||
angular.module('copayApp.services')
|
||||
.factory('bitcoreCash', function bitcoreFactory(bwcService) {
|
||||
var bitcoreCash = bwcService.getBitcoreCash();
|
||||
return bitcoreCash;
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue