Sell flow completed
This commit is contained in:
parent
ada933d49c
commit
ffa268a827
6 changed files with 125 additions and 173 deletions
|
|
@ -851,7 +851,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
self.initGlidera = function() {
|
||||
if (self.isShared) return;
|
||||
storageService.getGlideraToken(self.network, function(err, val) {
|
||||
if (err) return;
|
||||
if (err || !val) return;
|
||||
else {
|
||||
self.glideraToken = val;
|
||||
glideraService.getTransactions(val, function(error, txs) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue