This PR updates the select_coin_fifo function to prioritize OutputGroups that have None as their creation_sequence, treating them as the earliest in the selection process. I've also included updates to the test cases to ensure that this behavior is correctly verified.
This PR updates the
select_coin_fifo
function to prioritizeOutputGroup
s that haveNone
as theircreation_sequence
, treating them as the earliest in the selection process. I've also included updates to the test cases to ensure that this behavior is correctly verified.