mirror of https://github.com/waku-org/js-waku.git
Merge #626
626: Fix typo r=D4nte a=D4nte Co-authored-by: Franck Royer <franck@status.im>
This commit is contained in:
commit
aa09b49b13
|
@ -94,7 +94,7 @@
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// Helper method to decode the payload to utf-8. A production dApp should
|
// 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.
|
// structure of their choice.
|
||||||
//
|
//
|
||||||
// https://js-waku.wakuconnect.dev/classes/waku_message.WakuMessage.html#payloadAsUtf8
|
// https://js-waku.wakuconnect.dev/classes/waku_message.WakuMessage.html#payloadAsUtf8
|
||||||
|
|
Loading…
Reference in New Issue