Validation failed for transaction because of invalid properties [group]

Hello, I am working on AlgoSignerWallet and previously my sign function for grouped transactions was working fine but now it is throwing this error.

Validation failed for transaction because of invalid properties [group].

I have tested it on the below link by Purestake

https://purestake.github.io/algosigner-dapp-example/tx-test/signTesting.html

And it also gives the same error.


Prepared Transaction 1:
{"type":"pay","from":"XHOKRZ5IQQYMO5PKMD2IXX5QL2A7LF5T7L6BQK5AYNLBCIIEWACPTMBDVM","to":"PBZHOKKNBUCCDJB7KB2KLHUMWCGAMBXZKGBFGGBHYNNXFIBOYI7ONYBWK4","fee":0,"firstRound":18342967,"lastRound":18343967,"genesisID":"testnet-v1.0","genesisHash":"SGO1GKSzyE7IEPItTxCByw9x8FmnrCDexi9/cOUJOiI=","amount":695,"group":"fupMUyWWX3olDPJG9sl144ZtkOrrr/If1AoabsdcAnM="}

Prepared Transaction 2:
{"type":"pay","from":"XHOKRZ5IQQYMO5PKMD2IXX5QL2A7LF5T7L6BQK5AYNLBCIIEWACPTMBDVM","to":"PBZHOKKNBUCCDJB7KB2KLHUMWCGAMBXZKGBFGGBHYNNXFIBOYI7ONYBWK4","fee":0,"firstRound":18342967,"lastRound":18343967,"genesisID":"testnet-v1.0","genesisHash":"SGO1GKSzyE7IEPItTxCByw9x8FmnrCDexi9/cOUJOiI=","amount":662,"group":"wwfT5fIz5nXTYJJQZTA0xDBesoR2ZCGNh7cUo89I50Y="}

Any help regarding this issue is appreciated. Thanks

Your two transactions look identical.
You cannot commit two identical transactions.

If you need to differentiate them, you can add a note field to one of them.

2 Likes