Pooled fees not working in sandbox

Hi,

is pooled transaction fees working in the sandbox? I created an atomic transfer transaction.
Had one of the transaction pay 2000 algos, since I have 2 transaction . But i get an overspend error from the clawback of the second transaction…

fyi the atomic transactions are:

  1. payment (txn fee here is 2000)
  2. asset transfer using clawback (tx fee is 0)

Thanks

Can you check which protocol you are using and which version of node you have?

./sandbox goal version -v
./sandbox goal node status

(Edit: typo in the second command)

Hi Fabrice,

here’s the output of the 1st command:

Version: [v1 v2]
GenesisID: sandnet-v1
Build: 2.7.1.stable [rel/stable] (commit #5e00bcd6)

2nd command doesnt seem to be a valid command…

Thanks

This is definitely not the last version. I would clean and restart your sandbox:

git pull
./sandbox clean
./sandbox up

Warning: This will remove all your data and keys

(Indeed I made a typo in the second command, see correct command above)

Hi Fabrice,

Looks like that worked… But it looks like i still have to fund the clawback with the minimum 100,000 mAlgos even if its not really holding the asset… well at least, it doesnt have to pay the transaction fee now.
So much too learn.

As always thanks so much!!.

| fabrice Algorand Foundation
August 9 |

  • | - |

This is definitely not the last version. I would clean and restart your sandbox:

git pull
./sandbox clean
./sandbox up

Warning: This will remove all your data and keys

(Indeed I made a typo in the second command, see correct command above)