Skip to content

Commit

Permalink
fixes after review
Browse files Browse the repository at this point in the history
  • Loading branch information
miiu96 committed Jul 21, 2022
1 parent 08a8d0d commit e1edc16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Tests

on:
push:
branches: [ main, development, feat/* ]
branches: [ main, development, feat/*, rc/* ]
pull_request:
branches: [ main, development, feat/* ]
branches: [ main, development, feat/*, rc/* ]

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion data/api/apiBlock.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ type NotarizedBlock struct {
Shard uint32 `json:"shard"`
}

// EpochStartShardData is a structure that hold information about epoch start meta block shard data
// EpochStartShardData is a structure that holds data about the epoch start shard data
type EpochStartShardData struct {
ShardID uint32 `json:"shardID,omitempty"`
Epoch uint32 `json:"epoch,omitempty"`
Expand Down

0 comments on commit e1edc16

Please sign in to comment.