Adding missing extension byte

master
Nelson R. Perez 2016-12-04 17:04:41 -05:00
parent 5c449da04f
commit 5f51a1c3e4
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ public class Extensions implements JsonSerializable, ByteSerializable {
@Override
public byte[] toBytes() {
return new byte[0];
return new byte[1];
}
public int size(){