Various issues when building transactions that need to be looked at.
In some cases, a utxo with less than 1 Ada caused all tx building to fail with error "not enough ada". I'm however unable to replicate at this time. Do some more tests around this or ignore if we are unable to replicate.
When you have two or more outputs and input max amount, builder will reduce amount for all outputs with minfee value. This also throws a warning for all outputs. (Image 1)
One way to get around issue and pay minimum fee is to after clicking on max, re-add previous amount for the other outputs that was reduced by min fee. (Image 2)
Various issues when building transactions that need to be looked at.
In some cases, a utxo with less than 1 Ada caused all tx building to fail with error "not enough ada". I'm however unable to replicate at this time. Do some more tests around this or ignore if we are unable to replicate.
When you have two or more outputs and input max amount, builder will reduce amount for all outputs with minfee value. This also throws a warning for all outputs. (Image 1) One way to get around issue and pay minimum fee is to after clicking on max, re-add previous amount for the other outputs that was reduced by min fee. (Image 2)
Image 1
Image 2