From 2ad7522e6a55a6c3e1ac9232ed932d662f2b7707 Mon Sep 17 00:00:00 2001 From: zakir <80246097+zakir-code@users.noreply.github.com> Date: Thu, 25 Jul 2024 18:00:57 +0800 Subject: [PATCH] docs: account describe (#599) Co-authored-by: fx0x55 <80245546+fx0x55@users.noreply.github.com> --- client/client_test.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/client_test.go b/client/client_test.go index 1ab2a437..e2a93c1c 100644 --- a/client/client_test.go +++ b/client/client_test.go @@ -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) }