(c *checker.C)
| 87 | } |
| 88 | |
| 89 | func (s *StateSuite) SetUpTest(c *checker.C) { |
| 90 | s.db = database.NewMemDatabase() |
| 91 | s.state, _ = New(common.Hash{}, NewDatabase(s.db)) |
| 92 | } |
| 93 | |
| 94 | func (s *StateSuite) TestNull(c *checker.C) { |
| 95 | address := common.HexToAddress("0x823140710bf13990e4500136726d8b55") |
nothing calls this directly
no test coverage detected