use of neo.model.db.mapdb.BlockDbMapDbImpl in project neo-java by coranos.
the class TestBlockDbMapDbImpl method test001getHeaderOfBlockWithMaxIndex.
@Test
public void test001getHeaderOfBlockWithMaxIndex() throws IOException, DecoderException {
final BlockDb blockDb = new BlockDbMapDbImpl(null);
Assert.assertNotNull("header of block database should not be null", blockDb.getHeaderOfBlockWithMaxIndex());
}
Aggregations