chore: fix mismatched method comments (#1949)

Signed-off-by: rustco <ruster@111.com>
This commit is contained in:
rustco 2024-06-21 07:09:21 +09:00 committed by GitHub
parent 38230d35e3
commit 9aef8e4971
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -535,7 +535,7 @@ func (suite *InterestTestSuite) TestMultipleCDPInterest() {
}
}
// TestSynchronizeInterest tests the functionality of synchronizing the accumulated interest for CDPs
// TestCalculateCDPInterest tests the functionality of synchronizing the accumulated interest for CDPs
func (suite *InterestTestSuite) TestCalculateCDPInterest() {
type args struct {
ctype string

View File

@ -266,7 +266,7 @@ func (suite *grpcQueryTestSuite) TestGrpcQueryAnnualizedRewards() {
}
}
// adjustBondRatio changes the ratio of bonded coins
// adjustBondedRatio changes the ratio of bonded coins
// it leverages the fact that there is a constant number of bonded tokens
// and adjusts the total supply to make change the bonded ratio.
// returns the new total supply of the bond denom