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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: