Skip to content

Commit

Permalink
fix: removed extraspace
Browse files Browse the repository at this point in the history
  • Loading branch information
Caerlower committed Nov 16, 2023
1 parent e6b955a commit bcf14c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/payment/types/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const (
AttributeKeySize = "size"
)

// NewPayForDataEvent constructs a new payformessge sdk.Event
//NewPayForDataEvent constructs a new payformessge sdk.Event
func NewPayForDataEvent(signer string, size uint64) sdk.Event {
return sdk.NewEvent(
EventTypePayForData,
Expand Down

0 comments on commit bcf14c6

Please sign in to comment.