Split wallets by type (bitcoin and bitcoin cash)
This commit is contained in:
parent
cc403fe034
commit
a853c17a0d
7 changed files with 76 additions and 41 deletions
|
|
@ -329,6 +329,9 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
|
|||
'tab-home@tabs': {
|
||||
templateUrl: 'views/add.html'
|
||||
}
|
||||
},
|
||||
params: {
|
||||
coin: 'btc'
|
||||
}
|
||||
})
|
||||
.state('tabs.add.join', {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue