blob: 14e391319f64e2c196db46e96d6b1537d432d7ec (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
#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_ */
|