()
| 182 | } |
| 183 | |
| 184 | func (nts *NetworkTestSuite) WalletNameForTest() string { |
| 185 | return fmt.Sprintf("wallet%d", nts.testIdx) |
| 186 | } |
| 187 | |
| 188 | func (nts *NetworkTestSuite) WalletForTest() sdk.AccAddress { |
| 189 | k, err := nts.kr.Key(nts.WalletNameForTest()) |
no outgoing calls
no test coverage detected