fix spacing

This commit is contained in:
noot 2019-08-23 18:44:19 -04:00
parent 71e20a6513
commit 83c3fcb8ff
1 changed files with 2 additions and 2 deletions

View File

@ -4,6 +4,6 @@ package pb;
message NoiseHandshakePayload {
bytes libp2p_key = 1;
bytes noise_static_key_signature = 2;
bytes libp2p_data = 3;
bytes libp2p_data_signature = 4;
bytes libp2p_data = 3;
bytes libp2p_data_signature = 4;
}