Tests that the node state database can be retrieved based on hashes.
(t *testing.T)
| 290 | |
| 291 | // Tests that the node state database can be retrieved based on hashes. |
| 292 | func TestGetNodeData64(t *testing.T) { testGetNodeData(t, 64) } |
| 293 | |
| 294 | func testGetNodeData(t *testing.T, protocol int) { |
| 295 |
nothing calls this directly
no test coverage detected