Skip to content

Commit

Permalink
Merge branch 'ref/NewBlock-push-notifications' of https://github.com/…
Browse files Browse the repository at this point in the history
  • Loading branch information
kajoseph committed Jul 7, 2021
2 parents d4fc9d3 + dccdf47 commit 30ed67e
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,10 @@ export class PushNotificationsService {
tokenAddress,
multisigContractAddress,
copayerId: sjcl.codec.hex.fromBits(sjcl.hash.sha256.hash(sub.copayerId)),
notification_type: notification.type
notification_type: notification.type,
// coin and network are needed for NewBlock notifications
coin: notification?.data?.coin,
network: notification?.data?.network
}
};

Expand Down

0 comments on commit 30ed67e

Please sign in to comment.