mirror of
https://github.com/waku-org/js-waku.git
synced 2025-02-03 16:14:36 +00:00
Fix typo
This commit is contained in:
parent
f9174cd3d2
commit
3c618f435e
@ -16,7 +16,7 @@ const Root = protobuf.Root,
|
||||
*/
|
||||
export class PublicKeyMessage {
|
||||
private static Type = new Type('PublicKeyMessage')
|
||||
.add(new Field('PublicKeyMessage', 1, 'bytes'))
|
||||
.add(new Field('ethDmPublicKey', 1, 'bytes'))
|
||||
.add(new Field('ethAddress', 2, 'bytes'))
|
||||
.add(new Field('signature', 3, 'bytes'));
|
||||
private static Root = new Root()
|
||||
|
Loading…
x
Reference in New Issue
Block a user