You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One possible reason / edge case is that when we rely on auto min-utxo calculation, the output value is not considered at selection. E.g.
sendRefScriptOnchain=async(scriptIndex: ScriptIndex)=>{const{ utxos, walletAddress }=awaitthis.getWalletInfoForTx();const{ scriptAddress }=this.getOwnerNativeScript();consttxHex=awaitthis.mesh.txOut(scriptAddress,[])// minutxo ada for this output is not considered.txOutReferenceScript(getScriptCbor(this.paramUtxo,scriptIndex)).changeAddress(walletAddress).selectUtxosFrom(utxos,'experimental').complete();returntxHex;};
Maybe we needa implement / integrate min utxo calculation at TS level to solve the issue
Describe the bug
Wallet got utxos containing necessary value & token, but failed to select
To Reproduce
With above utxos, select:
The text was updated successfully, but these errors were encountered: