Use light push instead of relay

See #209.
This commit is contained in:
Franck Royer 2021-06-17 16:23:11 +10:00
parent 0c6cb64b72
commit 11f92df0ba
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ function App() {
publicKey,
address
);
await waku?.relay.send(msg);
await waku?.lightPush.push(msg);
});
};