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
The 2 x/bank messages MsgSend and MsgMultiSend emits transfer event:
MsgSend emits transfer event with attributes sender, receiver and amount telling that there has been a transfer of token from one account to another with a given amount.
MsgMultiSend emits transfer event with attributesreceiver and amount multiple times, but sender is missing.
Is there an existing issue for this?
What happened?
The 2
x/bank
messagesMsgSend
andMsgMultiSend
emitstransfer
event:MsgSend
emitstransfer
event with attributessender
,receiver
andamount
telling that there has been a transfer of token from one account to another with a given amount.MsgMultiSend
emitstransfer
event with attributesreceiver
andamount
multiple times, butsender
is missing.Cosmos SDK Version
main
How to reproduce?
Example transaction:
The text was updated successfully, but these errors were encountered: