In the block candidate generation logic (collectRewards function in CandidateGenerator class) all the fee inputs are collected with one transaction only just, however, if there are too many inputs, the transaction may be invalid. Break fee inputs up in chunks. Write a test for that.
In the block candidate generation logic (
collectRewards
function inCandidateGenerator
class) all the fee inputs are collected with one transaction only just, however, if there are too many inputs, the transaction may be invalid. Break fee inputs up in chunks. Write a test for that.