Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
affanv14 committed Sep 19, 2024
1 parent 5c2fa13 commit 2060d21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocol/x/subaccounts/keeper/transfer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1501,9 +1501,9 @@ func TestDistributeFees(t *testing.T) {
},
expectedSubaccountsModuleAccBalance: big.NewInt(100), // 600 - 500
expectedFeeModuleAccBalance: big.NewInt(2892), // 2500 + 500 - 108
expectedMarketMapperAccBalance: big.NewInt(48), // 10% of 500
expectedMarketMapperAccBalance: big.NewInt(48), // 10% of 488
expectedAffiliateAccBalance: big.NewInt(12), // 5% of 250
expectedUnconditionalRevShareAccBalance: big.NewInt(48), // 10% of 500
expectedUnconditionalRevShareAccBalance: big.NewInt(48), // 10% of 488
collateralPoolAddr: authtypes.NewModuleAddress(
types.ModuleName + ":" + lib.IntToString(4),
),
Expand Down

0 comments on commit 2060d21

Please sign in to comment.