Files
nolambocoin_miner_neu/version.h
2025-01-07 16:03:22 +01:00

9 lines
195 B
C

// version.h
#pragma once
// Definiere Blockversionskonstanten
#define BLOCK_VERSION_RASPBERRY 0x10000000
#define BLOCK_VERSION_NOARM 0x20000000
#define BLOCK_VERSION_DEFAULT 0x00000000