Skip to content

Commit

Permalink
Improve wording in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
xosmig committed Aug 5, 2022
1 parent f57e395 commit 4575222
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ type ModuleParams struct {
F int // the maximum number of failures tolerated. Must be less than (len(AllNodes)-1) / 2
}

// State represents the common state used by all parts of the multisig collector implementation.
// State represents the common state accessible to all parts of the multisig collector implementation.
type State struct {
BatchStore map[t.BatchID][]t.TxID
TransactionStore map[t.TxID]*requestpb.Request
Expand Down

0 comments on commit 4575222

Please sign in to comment.