FC Updates from BitShares and myself #21

Closed
nathanielhourt wants to merge 687 commits from dapp-support into latest-fc
Showing only changes of commit 72eeb62535 - Show all commits

View file

@ -10,5 +10,5 @@
#ifndef FC_MAX_PREALLOC_SIZE
// how many elements will be reserve()d when deserializing vectors
#define FC_MAX_PREALLOC_SIZE (200UL)
#define FC_MAX_PREALLOC_SIZE (256UL)
#endif