18 lines
278 B
C
18 lines
278 B
C
|
#ifndef __PERF_TALER_MINTDB__VALUES_H__
|
||
|
#define __PERF_TALER_MINTDB__VALUES_H__
|
||
|
|
||
|
|
||
|
|
||
|
#define NB_DEPOSIT_INIT 100000
|
||
|
#define NB_DEPOSIT_GET 1000
|
||
|
#define NB_DEPOSIT_MARGIN 10000
|
||
|
|
||
|
#define NB_BLINDCOIN_INIT 100000
|
||
|
|
||
|
|
||
|
// Temporary macro to compile
|
||
|
#define GAUGER(a,b,c,d)
|
||
|
|
||
|
|
||
|
#endif
|