blob: 14e391319f64e2c196db46e96d6b1537d432d7ec (
plain) (
tree)
|
|
#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_ */
|