Skip to content

Commit

Permalink
Merge pull request #67 from ElrondNetwork/scheduled-processing-type-u…
Browse files Browse the repository at this point in the history
…pdate

add processing type alreadyprocessed
  • Loading branch information
AdoAdoAdo authored Feb 25, 2022
2 parents 671724b + 6b7b6e3 commit 7817ba1
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 60 deletions.
124 changes: 64 additions & 60 deletions data/block/block.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions data/block/block.proto
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ enum Type {
enum ProcessingType {
Normal = 0;
Scheduled = 1;
Processed = 2;
}

enum MiniBlockState{
Expand Down

0 comments on commit 7817ba1

Please sign in to comment.