send bitcoin event now shows type of coin sent
This commit is contained in:
parent
6e425dd815
commit
aa2fe540bd
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue