Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): dont request full non-tip block if block is empty (#4802)
Description --- - checks for edge-case which prevents an unnecessary full candidate block request when block is empty. Motivation and Context --- A full block request for empty block is not necessary as we already have all the information required to construct the candidate block. This check was missing from the branch where the candidate block is not the next tip block. How Has This Been Tested? ---
- Loading branch information