mirror of https://github.com/zlatinb/muwire
make method accessible
parent
fcf290573a
commit
b607e8360c
|
@ -37,7 +37,7 @@ abstract class MuLink {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
private boolean verify() {
|
protected boolean verify() {
|
||||||
ByteArrayOutputStream baos = new ByteArrayOutputStream()
|
ByteArrayOutputStream baos = new ByteArrayOutputStream()
|
||||||
|
|
||||||
baos.write(infoHash.getRoot())
|
baos.write(infoHash.getRoot())
|
||||||
|
|
Loading…
Reference in New Issue