rename cosign -> copay throughout code
Also, "cosigners" becomes "copayers"
This commit is contained in:
parent
dbc0018ad3
commit
7176e49509
15 changed files with 44 additions and 44 deletions
|
|
@ -1,6 +1,6 @@
|
|||
'use strict';
|
||||
|
||||
angular.module('cosign.network')
|
||||
angular.module('copay.network')
|
||||
.factory('NetworkTest', function() {
|
||||
this.f = function() {
|
||||
return 2;
|
||||
|
|
@ -55,7 +55,7 @@ angular.module('cosign.network')
|
|||
label: 'wallet',
|
||||
serialization: 'none',
|
||||
reliable: false,
|
||||
metadata: { message: 'hi! cosigners' }
|
||||
metadata: { message: 'hi! copayers' }
|
||||
});
|
||||
|
||||
c.on('open', function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue