added get_nettype()

pull/3/head
moneroexamples 6 years ago
parent 04d9fdce75
commit 6005443d6c

@ -101,6 +101,12 @@ MicroCore::get_mempool() const
return m_mempool;
}
virtual network_type
MicroCore::get_nettype() const
{
return nettype;
}
bool
MicroCore::get_block_from_height(uint64_t height, block& blk) const
{

Loading…
Cancel
Save