From edf3adc7d4d25aa564ba03b9a8a018b83279a721 Mon Sep 17 00:00:00 2001 From: Marko Date: Thu, 30 Nov 2023 11:32:19 +0100 Subject: [PATCH] Update types/staking.go --- types/staking.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/staking.go b/types/staking.go index f45b7540ef2d..afb6bd41a31c 100644 --- a/types/staking.go +++ b/types/staking.go @@ -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