Fix for getting Shapeshift working.

This commit is contained in:
Brendon Duncan 2018-08-08 18:58:26 +12:00
commit ae6dcea81a

View file

@ -136,4 +136,6 @@ angular.module('copayApp.services').factory('shapeshiftService', function ($http
} }
}); });
}; };
return root;
}); });