send bitcoin event now shows type of coin sent

This commit is contained in:
Kadir Sekha 2017-11-16 16:35:45 +09:00
commit aa2fe540bd

View file

@ -594,7 +594,7 @@ angular.module('copayApp.controllers').controller('confirmController', function(
(processName == 'sendingTx' && !$scope.wallet.canSign() && !$scope.wallet.isPrivKeyExternal())
) && !isOn) {
$scope.sendStatus = 'success';
firebaseEventsService.logEvent('sent_bitcoin');
firebaseEventsService.logEvent('sent_bitcoin', { coin: $scope.wallet.coin });
$timeout(function() {
$scope.$digest();
}, 100);