Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
WanderingPhilosopher authored Jan 29, 2023
1 parent 460a505 commit 17ee90a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bitcoinpuzzlescanner/models/Puzzle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ public enum AddressType
/// </summary>
public enum ScanType
{
Next, /* Start > end */
Prev, /* End > start */
Random /* Random */
SB, /* Start > end */
SE, /* End > start */
R /* Random */
}
}

0 comments on commit 17ee90a

Please sign in to comment.