fix missed web3 object
This commit is contained in:
parent
41ee6bfa89
commit
cad5e0c567
|
@ -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])
|
||||
|
|
Loading…
Reference in New Issue