Skip to content

Commit

Permalink
chore: update log
Browse files Browse the repository at this point in the history
  • Loading branch information
b00f committed Feb 8, 2025
1 parent b6efd88 commit 88ef590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion state/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ func (st *state) CommitBlock(blk *block.Block, cert *certificate.BlockCertificat

err = st.checkXeggexState()
if err != nil {
st.logger.Warn("committing new block failed since it contains an illegitimate Xeggex transaction")
st.logger.Warn("failed to commit new block due to an illegitimate Xeggex transaction")

return err
}
Expand Down

0 comments on commit 88ef590

Please sign in to comment.