()
| 186 | } |
| 187 | |
| 188 | func (c *bpGetBlockTestCase) String() string { |
| 189 | return fmt.Sprintf("fetch block of height %d hashed %q", c.Height, c.Hash) |
| 190 | } |
| 191 | |
| 192 | type bpGetTransactionListTestCase struct { |
| 193 | Since string |
no outgoing calls
no test coverage detected