We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5ee513 commit 773c8daCopy full SHA for 773c8da
x/staking/types/keys.go
@@ -51,8 +51,6 @@ var (
51
RedelegationQueueKey = []byte{0x42} // prefix for the timestamps in redelegations queue
52
ValidatorQueueKey = []byte{0x43} // prefix for the timestamps in validator queue
53
54
- // Pending queue slot indexes: store the set of (time, height) or (time) slots that
55
- // have queue entries, so end-block can process without iterating from prefix start.
56
ValidatorQueuePendingSlotsKey = []byte{0x44} // single key: pending validator queue slots
57
UBDQueuePendingSlotsKey = []byte{0x45} // single key: pending UBD queue times
58
RedelegationQueuePendingSlotsKey = []byte{0x46} // single key: pending redelegation queue times
0 commit comments