message.proto 99 Bytes
Newer Older
1 2 3 4 5 6
package message;

message PBMessage {
	repeated string wantlist = 1;
	repeated bytes blocks = 2;
}