You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: chain/exchange/types/key.go
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,9 @@ var (
78
78
FeeDiscountAccountTierPrefix= []byte{0x56} // prefix to each account's fee discount tier and TTL timestamp
79
79
FeeDiscountBucketAccountFeesPaidPrefix= []byte{0x57} // prefix to each account's fee paid amount for a given bucket
80
80
FeeDiscountAccountPastBucketTotalFeesPaidAmountPrefix= []byte{0x58} // prefix to each account's total past bucket fees paid amount FeeDiscountAccountIndicatorPrefix
81
-
FeeDiscountAccountOrderIndicatorPrefix= []byte{0x59} // prefix to each account's transient indicator if the account has placed an order that block
81
+
FeeDiscountAccountOrderIndicatorPrefix= []byte{0x59} // prefix to each account's transient indicator if the account has placed an order that block that is relevant for fee discounts
82
+
83
+
IsRegisteredDMMPrefix= []byte{0x60} // prefix to each account's is registered DMM address key
82
84
)
83
85
84
86
// GetFeeDiscountAccountFeesPaidInBucketKey provides the key for the account's fees paid in the given bucket
0 commit comments