mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-28 17:34:11 -04:00
Handle offer removal on disconnect, cleanup
This commit is contained in:
parent
db363fac48
commit
17c780639f
69 changed files with 377 additions and 367 deletions
|
@ -60,6 +60,7 @@ public abstract class AppModule extends AbstractModule {
|
|||
*
|
||||
* @param injector the Injector originally initialized with this module
|
||||
*/
|
||||
@SuppressWarnings("WeakerAccess")
|
||||
protected void doClose(Injector injector) {
|
||||
}
|
||||
}
|
||||
|
|
|
@ -27,7 +27,7 @@ import ch.qos.logback.core.rolling.SizeBasedTriggeringPolicy;
|
|||
import org.slf4j.LoggerFactory;
|
||||
|
||||
public class Log {
|
||||
public static boolean PRINT_TRACE_METHOD = true;
|
||||
private static boolean PRINT_TRACE_METHOD = true;
|
||||
private static SizeBasedTriggeringPolicy triggeringPolicy;
|
||||
private static Logger logbackLogger;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue