From cad5e0c567a95d10ce78963390f5a55835f2acb7 Mon Sep 17 00:00:00 2001 From: Roman Volosovskyi Date: Tue, 18 Jul 2017 10:15:16 +0300 Subject: [PATCH] fix missed web3 object --- src/status_im/protocol/handlers.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/status_im/protocol/handlers.cljs b/src/status_im/protocol/handlers.cljs index e32722d0cb..7072bdbaff 100644 --- a/src/status_im/protocol/handlers.cljs +++ b/src/status_im/protocol/handlers.cljs @@ -31,7 +31,7 @@ groups (chats/get-active-group-chats) web3 (w3/make-web3 rpc-url)] (protocol/init-whisper! - {:rpc-url rpc-url + {:web3 web3 :identity public-key :groups groups :callback #(dispatch [:incoming-message %1 %2])