Skip to content

Commit

Permalink
Update types/staking.go
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle authored Nov 30, 2023
1 parent 15053e8 commit edf3adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/staking.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func TokensFromConsensusPower(power int64, powerReduction math.Int) math.Int {
}

// ______________________________________________________________________
// Delegation & Validator Interfaces are moved here to avoid direct dependency on the staking module
// Delegation & Validator Interfaces are moved here to avoid direct dependency on the staking module in expected keeper interfaces

// BondStatus is the status of a validator.
type BondStatus int32
Expand Down

0 comments on commit edf3adc

Please sign in to comment.