mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-27 00:45:23 -04:00
Fix missing sequence nr and signature updates at refresh offers
This commit is contained in:
parent
ca20de64d9
commit
bb6334f6a0
24 changed files with 720 additions and 506 deletions
|
@ -80,7 +80,7 @@ public class Storage<T extends Serializable> {
|
|||
public T initAndGetPersisted(String fileName) {
|
||||
this.fileName = fileName;
|
||||
storageFile = new File(dir, fileName);
|
||||
fileManager = new FileManager<>(dir, storageFile, 600);
|
||||
fileManager = new FileManager<>(dir, storageFile, 300);
|
||||
|
||||
return getPersisted();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue