You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wownero/src/blocks/blocks.h

13 lines
261 B

#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_ */