Merge PR #6278: Add msg type sim operations

This commit is contained in:
dauTT
2020-05-26 12:52:23 -04:00
committed by GitHub
parent 21a9cb9b28
commit 7cd0caba7a
10 changed files with 122 additions and 97 deletions
+2 -2
View File
@@ -80,8 +80,8 @@ func NewOperationMsg(msg sdk.Msg, ok bool, comment string) OperationMsg {
}
// NoOpMsg - create a no-operation message
func NoOpMsg(route string) OperationMsg {
return NewOperationMsgBasic(route, "no-operation", "", false, nil)
func NoOpMsg(route, msgType, comment string) OperationMsg {
return NewOperationMsgBasic(route, msgType, comment, false, nil)
}
// log entry text for this operation msg