mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-23 04:36:50 +00:00
Fixed failing storage policy tests due to not calculating the available storage
This commit is contained in:
@@ -77,6 +77,7 @@ public class ArbitraryDataStorageManager extends Thread {
|
||||
public void shutdown() {
|
||||
isStopping = true;
|
||||
this.interrupt();
|
||||
instance = null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user