Convert onionwrapper from a submodule to a dependency.

This commit is contained in:
akwizgran
2023-03-29 12:03:57 +01:00
parent ec0a754289
commit cab8f834bd
13 changed files with 26 additions and 20 deletions

View File

@@ -166,6 +166,10 @@ class TorPlugin implements DuplexPlugin, EventListener {
@Override
public void onHsDescriptorUpload(String onion) {
}
@Override
public void onClockSkewDetected(long skewSeconds) {
}
});
}