-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[logging] improve the error log for mempool #9466
When submitting same txn to mempool, we got error says "Failed to update gas price to 0" From Zekun: > the error message makes no sense , i thought we updated it. it assume you submit the same txn is to update the gas price to make it higher priority. we should simply return message like txn already in mempool Closes: #9610
- Loading branch information
1 parent
f8857f4
commit 74e312a
Showing
3 changed files
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters