Fixed sending broadcasts
This commit is contained in:
parent
35996019a2
commit
0566b27ce3
@ -50,6 +50,12 @@ public class V5Broadcast extends V4Broadcast {
|
|||||||
return tag;
|
return tag;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void writeBytesToSign(OutputStream out) throws IOException {
|
||||||
|
out.write(tag);
|
||||||
|
super.writeBytesToSign(out);
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void write(OutputStream out) throws IOException {
|
public void write(OutputStream out) throws IOException {
|
||||||
out.write(tag);
|
out.write(tag);
|
||||||
|
Loading…
Reference in New Issue
Block a user