Why is there a need for different syntax to check sender/receiver in AssetTransferTxns vs PaymentTxn?
I’m not the only one who’s tried to debug their smart contract in PyTEAL only to realize the .sender() field is not valid. There isn’t even an error thrown when you compile with Algod Client!
- This makes sense
- Someone should make the .sender() field equal the .asset_sender() field for TEAL purposes.
0 voters