Skip to content

Commit

Permalink
docs: account describe (#599)
Browse files Browse the repository at this point in the history
Co-authored-by: fx0x55 <80245546+fx0x55@users.noreply.github.com>
  • Loading branch information
zakir-code and fx0x55 committed Jul 25, 2024
1 parent 5c17a1d commit 2ad7522
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,10 @@ func (suite *rpcTestSuite) TestClient_Tx() {

account, err := cli.QueryAccount(toAddress.String())
suite.NoError(err)
// acconts is
// 0. initAccount
// 1.fee_collector + 2.distribution + 3.bonded_tokens_pool + 4.not_bonded_tokens_pool + 5.gov + 6.mint + 7.autytypes.NewModuleAddress(crosschain)
// 8.evm 9.0x..1001 10.0x..1002 11.erc20 12.wfx-contract
suite.Equal(authtypes.NewBaseAccount(toAddress, nil, uint64(14+i), 0), account)
}

Expand Down

0 comments on commit 2ad7522

Please sign in to comment.