You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
The transactions module declares many functions which are just wrapper functions for transaction pool, hence can be replaced. Furthermore, the transactions module declares function getPooledTransactions whose definition uses unnecessary dynamic function calls. This function is difficult to understand and hard on the eye. Thus, it should be refactored as well.
The transactions module declares many functions which are just wrapper functions for transaction pool, hence can be replaced. Furthermore, the transactions module declares function getPooledTransactions whose definition uses unnecessary dynamic function calls. This function is difficult to understand and hard on the eye. Thus, it should be refactored as well.
Originally posted by @SargeKhan in #3524 (comment)
The text was updated successfully, but these errors were encountered: