agentcoinorg / AutoTx

A personal assistant for planning and executing on-chain transactions.
MIT License
97 stars 17 forks source link

The from amount must be greater than zero #266

Closed nerfZael closed 3 months ago

nerfZael commented 3 months ago

In the discord agent I've observed the bug: The from amount must be greater than zero. for swap "ETH to 0.000023 USDC" Not sure why it happens but it happens for amounts as large as 0.001 so I don't think it's an amount issue. It could be we are sometimes submitting a from amount instead of None

nerfZael commented 3 months ago

Closed by https://github.com/polywrap/AutoTx/pull/268