Closed alexanderbez closed 1 year ago
This reverts commit 9165099aefd469ed28ad3a8adb6ff0cc5a5e953b.
Reverts: https://github.com/osmosis-labs/cosmos-sdk/pull/274 Closes: #376
Note, we restrict MultiSend to a single sender, i.e a single Input. This is enforced in ValidateInputsOutputs.
MultiSend
Input
ValidateInputsOutputs
This reverts commit 9165099aefd469ed28ad3a8adb6ff0cc5a5e953b.
Reverts: https://github.com/osmosis-labs/cosmos-sdk/pull/274 Closes: #376
Changelog
Note, we restrict
MultiSend
to a single sender, i.e a singleInput
. This is enforced inValidateInputsOutputs
.