OK after some testing - I am hoping there can be some further optimisation to the inputs that are automatically selected when
NOT using coin control to manually select inputs for darksend+.
1) I tried to darksend 26 tDRK to a brand new wallet and it asked me for a transaction fee.
2) I then found that when using the auto select of anon inputs, it would use the following inputs (10+10+1+1+1+1+1+1+1) which was causing it to be over the transaction size limit, hence the fee.
3) I then went in and manually selected the 100 tDark input. As its just a single input and under the transaction limit size there was no transaction fee.
Is it possible to update the logic in the code to try and avoid using multiple inputs to make up the send amount, which will cause transaction fee's? A transaction fee should only be required when there are no other single inputs to use and has to combine multiple.