blockchain-test/config.h
2020-03-15 14:04:03 +01:00

12 lines
209 B
C

//
// Keszitette: Toldi Balázs Ádám
// Datum: 2020. 03. 14.
//
#ifndef BLOCKCHAIN_CONFIG_H
#define BLOCKCHAIN_CONFIG_H
#define MAX_BLOCK_TRANSACTION 60
#define KEY_LENGTH 33
#endif //BLOCKCHAIN_CONFIG_H