Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
aljo242 committed Oct 19, 2024
1 parent d71f3de commit 3676549
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions x/feemarket/types/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ var (
// KeyEnabledHeight is the store key for the feemarket module's enabled height.
KeyEnabledHeight = []byte{prefixEnableHeight}

EventTypeFeePay = "fee_pay"
EventTypeTipPay = "tip_pay"
EventTypeDistributeStuckEscrowFees = "distribute_stuck_escrow_fees"
AttributeKeyTip = "tip"
AttributeKeyTipPayer = "tip_payer"
AttributeKeyTipPayee = "tip_payee"
EventTypeFeePay = "fee_pay"
EventTypeTipPay = "tip_pay"
AttributeKeyTip = "tip"
AttributeKeyTipPayer = "tip_payer"
AttributeKeyTipPayee = "tip_payee"
)

0 comments on commit 3676549

Please sign in to comment.