You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will result in the generation of transactions that contain multiple messages when we only want one. We also need to modify this test to ensure that this works with multiple square sizes
PS: I think that merging such a large PR in #129 contributed to sneaking this bug in. Perhaps if I would have broken that PR up or if we would have had more time, then we would have caught this before hand.
The text was updated successfully, but these errors were encountered:
When creating
MsgWirePayForMessage
s, we currently use the same txbuilder more than once. https://github.com/celestiaorg/lazyledger-app/blob/3192328a0952e6542395263fedc57b66c265ff79/x/payment/types/wirepayformessage.go#L47-L51This will result in the generation of transactions that contain multiple messages when we only want one. We also need to modify this test to ensure that this works with multiple square sizes
PS: I think that merging such a large PR in #129 contributed to sneaking this bug in. Perhaps if I would have broken that PR up or if we would have had more time, then we would have caught this before hand.
The text was updated successfully, but these errors were encountered: