mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
12 lines
261 B
C++
12 lines
261 B
C++
#ifndef SRC_BLOCKS_BLOCKS_H_
|
|
#define SRC_BLOCKS_BLOCKS_H_
|
|
|
|
#include "cryptonote_config.h"
|
|
#include "span.h"
|
|
|
|
namespace blocks
|
|
{
|
|
const epee::span<const unsigned char> GetCheckpointsData(cryptonote::network_type network);
|
|
}
|
|
|
|
#endif /* SRC_BLOCKS_BLOCKS_H_ */
|