11 lines
187 B
C
11 lines
187 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
|
|
|
|
#endif //BLOCKCHAIN_CONFIG_H
|