go-algorand icon indicating copy to clipboard operation
go-algorand copied to clipboard

Buggy test?

Open guanzo opened this issue 1 year ago • 0 comments

Shouldn't this be tx2.Sign instead of tx.Sign

https://github.com/algorand/go-algorand/blob/0e7087bb75efb14fe0d03009212a8c1111014102/data/txHandler_test.go#L2673

The resulting txn has an empty ForeignApps, and the txn gets dropped by the handler.msgCache instead of the handler.appLimiter

guanzo avatar Apr 03 '24 05:04 guanzo