This commit is contained in:
Franck Royer 2021-07-02 10:52:46 +10:00
parent f9174cd3d2
commit 3c618f435e
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 1 deletions

View File

@ -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()