This commit is contained in:
Franck Royer 2022-03-21 15:07:42 +11:00
parent bce9c156bc
commit 6f62ef84a7
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@
return;
// Helper method to decode the payload to utf-8. A production dApp should
// use `wakuMessage.payload` (U8intArray) which enables encoding a data
// use `wakuMessage.payload` (Uint8Array) which enables encoding a data
// structure of their choice.
//
// https://js-waku.wakuconnect.dev/classes/waku_message.WakuMessage.html#payloadAsUtf8