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
## 📝 Summary
Don't filter mempool txs form the joint contribution when redistibuting
to them
## 💡 Motivation and Context
<!--- (Optional) Why is this change required? What problem does it
solve? Remove this section if not applicable. -->
---
## ✅ I have completed the following steps:
* [ ] Run `make lint`
* [ ] Run `make test`
* [ ] Added tests (if applicable)
warn!(address1 = ?address1, address2 = ?address2,"Joint block value delta is smaller than sum of individual block value deltas");
675
+
warn!(address1 = ?address1, address2 = ?address2,sum = format_ether(bvd1 + bvd2), joint=format_ether(block_value_delta),"Joint block value delta is smaller than sum of individual block value deltas");
0 commit comments