Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostwords committed Oct 13, 2023
1 parent 0c9d6fc commit d13ecf6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ fork2 --> CheckBadgerScan2
fork2 --> CheckBadgerScanN
state PollInProgressScansForStatus {
ddd1: ...
ddd2: ...
chk3: CheckForFailure
rei3: BadgerInit
pro3: ExtractProgress
Expand All @@ -88,13 +90,13 @@ state PollInProgressScansForStatus {
res3: RestartScan
state CheckBadgerScan1 {
[*] --> ...
... --> [*]
[*] --> ddd1
ddd1 --> [*]
}
--
state CheckBadgerScan2 {
[*] --> ...
... --> [*]
[*] --> ddd2
ddd2 --> [*]
}
--
state CheckBadgerScanN {
Expand Down

0 comments on commit d13ecf6

Please sign in to comment.