I am trying to update a swap via a transaction, however, I get error "Error: Value 2879080 less tan the minimum UTXO value 2900630" while doing so. 2879080 is added to the utxo by the wallet and is not something that we specify. I noticed that the minUtxo is hardcoded here
|
const COINS_PER_UTXO_BYTE: u64 = 4310; |
am not sure if this error is due to this. However, since the ada in the utxo is added by wallet I would expect it to be acceptable for transactions. Can you please check this out?
I am trying to update a swap via a transaction, however, I get error "Error: Value 2879080 less tan the minimum UTXO value 2900630" while doing so. 2879080 is added to the utxo by the wallet and is not something that we specify. I noticed that the minUtxo is hardcoded here
cardano-multiplatform-lib/chain/rust/src/min_ada.rs
Line 82 in 29c48aa