Add GRAPHENE_MAX_NESTED_OBJECTS definition
This commit is contained in:
parent
a1d3de2eb5
commit
9d30da3259
1 changed files with 2 additions and 0 deletions
|
|
@ -53,6 +53,8 @@
|
|||
#define GRAPHENE_MIN_UNDO_HISTORY 10
|
||||
#define GRAPHENE_MAX_UNDO_HISTORY 10000
|
||||
|
||||
#define GRAPHENE_MAX_NESTED_OBJECTS (200)
|
||||
|
||||
#define GRAPHENE_MIN_BLOCK_SIZE_LIMIT (GRAPHENE_MIN_TRANSACTION_SIZE_LIMIT*5) // 5 transactions per block
|
||||
#define GRAPHENE_MIN_TRANSACTION_EXPIRATION_LIMIT (GRAPHENE_MAX_BLOCK_INTERVAL * 5) // 5 transactions per block
|
||||
#define GRAPHENE_BLOCKCHAIN_PRECISION uint64_t( 100000 )
|
||||
|
|
|
|||
Loading…
Reference in a new issue