Skip to content

Commit

Permalink
Adding and removing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrvivian committed Jul 5, 2022
1 parent 61c94c6 commit ced7a98
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/notarization/commitments.go
Original file line number Diff line number Diff line change
Expand Up @@ -445,5 +445,3 @@ func EC(ecRecord *epoch.ECRecord) (ec epoch.EC) {

return epoch.NewMerkleRoot(ecHash[:])
}

// endregion ///////////////////////////////////////////////////////////////////////////////////////////////////////////
2 changes: 2 additions & 0 deletions packages/notarization/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,8 @@ func Log(log *logger.Logger) ManagerOption {
}
}

// endregion ///////////////////////////////////////////////////////////////////////////////////////////////////////////

// region Events ///////////////////////////////////////////////////////////////////////////////////////////////////////

// Events is a container that acts as a dictionary for the existing events of a notarization manager.
Expand Down
1 change: 1 addition & 0 deletions packages/notarization/manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ func TestManager_UpdateStateMutationTree(t *testing.T) {

// Message7, issuing time epoch 6
{

fmt.Println("message 7")

ecRecord, _, err := testFramework.LatestCommitment()
Expand Down

0 comments on commit ced7a98

Please sign in to comment.