mirror of https://github.com/waku-org/js-waku.git
Fix protobuf def
This commit is contained in:
parent
f700367e62
commit
a24e9c82c3
|
@ -107,7 +107,7 @@ import protons from 'protons';
|
|||
|
||||
const proto = protons(`
|
||||
message SimpleChatMessage {
|
||||
float timestamp = 1;
|
||||
uint64 timestamp = 1;
|
||||
string text = 2;
|
||||
}
|
||||
`);
|
||||
|
@ -180,7 +180,7 @@ import protons from 'protons';
|
|||
|
||||
const proto = protons(`
|
||||
message SimpleChatMessage {
|
||||
float timestamp = 1;
|
||||
uint64 timestamp = 1;
|
||||
string text = 2;
|
||||
}
|
||||
`);
|
||||
|
|
Loading…
Reference in New Issue