Skip to content

Commit

Permalink
update : change grammer
Browse files Browse the repository at this point in the history
  • Loading branch information
EC2 Default User committed Sep 26, 2022
1 parent 1b7b08c commit 0e53e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/eccpow/sealer.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ search:

// Correct nonce found, create a new header with it
if flag == true {
fmt.Printf("Codeword is found with nonce = %d\n", LDPCNonce)
fmt.Printf("Codeword found with nonce = %d\n", LDPCNonce)
fmt.Printf("Codeword : %d\n", outputWord)

header = types.CopyHeader(header)
Expand Down

0 comments on commit 0e53e84

Please sign in to comment.