Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yenda committed Oct 28, 2019
1 parent db1063c commit 1d3bb54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status_im/pairing/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@
(confirm-message-processed cofx confirmation))))

(defn handle-pair-installation
[{:keys [db] :as cofx} {:keys [nameinstallation-id
[{:keys [db] :as cofx} {:keys [name installation-id
device-type]} timestamp sender]
(if (and (= sender (multiaccounts.model/current-public-key cofx))
(not= (get-in db [:multiaccount :installation-id]) installation-id))
Expand Down

0 comments on commit 1d3bb54

Please sign in to comment.