Skip to content

Commit 06515b6

Browse files
authored
chore: fix function name in comment (#13188)
Signed-off-by: gopherorg <[email protected]>
1 parent 55eab8a commit 06515b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chain/messagepool/check.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ func (mp *MessagePool) CheckReplaceMessages(ctx context.Context, replace []*type
106106
return mp.checkMessages(ctx, msgs, true, nil)
107107
}
108108

109-
// flexibleNonces should be either nil or of len(msgs), it signifies that message at given index
109+
// checkMessages should be either nil or of len(msgs), it signifies that message at given index
110110
// has non-determied nonce at this point
111111
func (mp *MessagePool) checkMessages(ctx context.Context, msgs []*types.Message, interned bool, flexibleNonces []bool) (result [][]api.MessageCheckStatus, err error) {
112112
if mp.api.IsLite() {

0 commit comments

Comments
 (0)