Sell flow completed

This commit is contained in:
Gustavo Maximiliano Cortez 2015-09-03 02:50:59 -03:00
commit ffa268a827
6 changed files with 125 additions and 173 deletions

View file

@ -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) {