I think PrivTx::SpendTx can accomodate rejected input notes, with only an additional of single rejection flag per input note. The benefit is that we don't have to maintain an additional tx kind RejecTx and batch slots available to a spend_tx can now be utilized for two purposes (to consume and to reject).
I think PrivTx::SpendTx can accomodate rejected input notes, with only an additional of single rejection flag per input note. The benefit is that we don't have to maintain an additional tx kind RejecTx and batch slots available to a spend_tx can now be utilized for two purposes (to consume and to reject).