File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ func NewMsgBurn(sender string, amount sdk.Coin) *MsgBurn {
111111 }
112112}
113113
114- // NewMsgBurn creates a message to burn tokens
114+ // NewMsgBurnFrom creates a message to burn tokens from a specific address
115115func NewMsgBurnFrom (sender string , amount sdk.Coin , from string ) * MsgBurn {
116116 return & MsgBurn {
117117 Sender : sender ,
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ func NewMsgBurn(sender string, amount sdk.Coin) *MsgBurn {
111111 }
112112}
113113
114- // NewMsgBurn creates a message to burn tokens
114+ // NewMsgBurnFrom creates a message to burn tokens from a specific address
115115func NewMsgBurnFrom (sender string , amount sdk.Coin , from string ) * MsgBurn {
116116 return & MsgBurn {
117117 Sender : sender ,
You can’t perform that action at this time.
0 commit comments