Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyding committed Oct 24, 2023
1 parent ebf05a2 commit 27f59e0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion protocol/x/bridge/app_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func TestBridge_Success(t *testing.T) {
blockTime: time.Now(),
expectNonEmptyBridgeTx: true,
},
"Success: 1 bridge event with 0 coin denom, delay 5 blocks": {
"Success: 1 bridge event with 0 coin amount, delay 5 blocks": {
bridgeEvents: []bridgetypes.BridgeEvent{
constants.BridgeEvent_Id4_Height0_EmptyCoin,
},
Expand Down
7 changes: 0 additions & 7 deletions protocol/x/delaymsg/types/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,3 @@ const (
// NextDelayedMessageIdKey is the key to retrieve next delayed message id.
NextDelayedMessageIdKey = "NextDelayedMessageId"
)

// Log
const (
IdLogKey = "id"
MessageContentLogKey = "message_content"
MessageTypeUrlLogKey = "message_type_url"
)
8 changes: 8 additions & 0 deletions protocol/x/delaymsg/types/logs.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package types

// Log
const (
IdLogKey = "id"
MessageContentLogKey = "message_content"
MessageTypeUrlLogKey = "message_type_url"
)

0 comments on commit 27f59e0

Please sign in to comment.