Adding missing extension byte

This commit is contained in:
Nelson R. Perez 2016-12-04 17:04:41 -05:00
parent 5c449da04f
commit 5f51a1c3e4

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(){