Adding missing extension byte
This commit is contained in:
parent
5c449da04f
commit
5f51a1c3e4
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ public class Extensions implements JsonSerializable, ByteSerializable {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public byte[] toBytes() {
|
public byte[] toBytes() {
|
||||||
return new byte[0];
|
return new byte[1];
|
||||||
}
|
}
|
||||||
|
|
||||||
public int size(){
|
public int size(){
|
||||||
|
|
Loading…
Reference in a new issue