mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-12-24 15:25:18 +00:00
chore: fix mismatched method comments (#1949)
Signed-off-by: rustco <ruster@111.com>
This commit is contained in:
parent
38230d35e3
commit
9aef8e4971
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user