mirror of
https://github.com/codex-storage/cs-codex-dist-tests.git
synced 2025-02-13 04:27:01 +00:00
savestate
This commit is contained in:
parent
529d48a758
commit
f18ff24bb6
@ -84,6 +84,7 @@ namespace AutoClient.Modes.FolderStore
|
||||
onFileUploaded();
|
||||
Log("Got CID: " + cid);
|
||||
State.Cid = cid.Id;
|
||||
SaveState();
|
||||
Thread.Sleep(1000);
|
||||
}
|
||||
}
|
||||
@ -201,6 +202,7 @@ namespace AutoClient.Modes.FolderStore
|
||||
Pid = response
|
||||
};
|
||||
State.Purchases = State.Purchases.Concat([newPurchase]).ToArray();
|
||||
SaveState();
|
||||
|
||||
Log($"New purchase created. PID: '{response}'. Waiting for submit...");
|
||||
Thread.Sleep(500);
|
||||
|
Loading…
x
Reference in New Issue
Block a user