ava-labs / coreth

Code and wrapper to extract Ethereum blockchain functionalities without network/consensus, for building custom blockchain services.
Other
181 stars 138 forks source link

fix TestMempoolEthTxsAppGossipHandling #629

Closed darioush closed 1 month ago

darioush commented 1 month ago

Fixes the test. We modified the code behavior to not gossip p2p txs over push gossip but since the ut was marked flaky it was not noticed & updated.