Skip to content

Commit

Permalink
chore: bring back deposit and tesatFundCommunityPool methods
Browse files Browse the repository at this point in the history
  • Loading branch information
luchenqun committed Jun 13, 2024
1 parent 5fe0eaa commit 9b548b0
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 72 deletions.
2 changes: 1 addition & 1 deletion precompiles/distribution/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ var _ = Describe("Calling distribution precompile from EOA", func() {

// initial balance should be the initial amount minus the staked amount used to create the validator, minus fees paid for deploying contract
initialBalance := s.app.BankKeeper.GetBalance(s.ctx, s.address.Bytes(), s.bondDenom)
Expect(initialBalance.Amount).To(Equal(math.NewInt(4997609489499999900)))
Expect(initialBalance.Amount).To(Equal(math.NewInt(4997457315624999900)))

withdrawCommissionArgs := defaultWithdrawCommissionArgs.
WithArgs(valAddr.String()).
Expand Down
Loading

0 comments on commit 9b548b0

Please sign in to comment.