Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KaoImin committed Dec 13, 2023
1 parent 83abe12 commit cf189c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/mempool/src/adapter/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ where
self.network.report(
ctx,
TrustFeedback::Bad(format!(
"Mempool exceed gas limit of tx {:#x}",
"Mempool under gas limit of tx {:#x}",
stx.transaction.hash
)),
);
Expand Down

0 comments on commit cf189c4

Please sign in to comment.