From 64fe665935bb8e994e4bc1d755b9969fe06b2633 Mon Sep 17 00:00:00 2001 From: mhsjlw Date: Sat, 27 Feb 2016 11:31:05 +0000 Subject: [PATCH] datatype changes --- data/protocol.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/protocol.json b/data/protocol.json index 5d3b7a2..96b7bec 100644 --- a/data/protocol.json +++ b/data/protocol.json @@ -223,7 +223,7 @@ }, { "name": "payload", - "type": "byte[]" + "type": "byte_array" } ] ], @@ -1135,7 +1135,7 @@ }, { "name": "chunk_data", - "type": "byte[]" + "type": "byte_array" } ] ],