Skip to content

Commit

Permalink
Update tools/pcli/main.go
Browse files Browse the repository at this point in the history
Co-Authored-By: Victor Farazdagi <[email protected]>
  • Loading branch information
nisdas and farazdagi authored Apr 27, 2020
1 parent a6241a3 commit e6376ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pcli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func main() {
postRoot, err := postState.HashTreeRoot(context.Background())
log.Infof("Finished Performing State Transition with Post state root of %#x", postRoot)

// diff the state if a post state is provided
// Diff the state if a post state is provided.
if expectedPostStatePath != "" {
expectedState := &pb.BeaconState{}
if err := dataFetcher(expectedPostStatePath, expectedState); err != nil {
Expand Down

0 comments on commit e6376ba

Please sign in to comment.