fix missed web3 object

This commit is contained in:
Roman Volosovskyi 2017-07-18 10:15:16 +03:00
parent 41ee6bfa89
commit cad5e0c567
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
groups (chats/get-active-group-chats) groups (chats/get-active-group-chats)
web3 (w3/make-web3 rpc-url)] web3 (w3/make-web3 rpc-url)]
(protocol/init-whisper! (protocol/init-whisper!
{:rpc-url rpc-url {:web3 web3
:identity public-key :identity public-key
:groups groups :groups groups
:callback #(dispatch [:incoming-message %1 %2]) :callback #(dispatch [:incoming-message %1 %2])