Tmp files

This commit is contained in:
jl777
2019-01-24 01:44:20 -11:00
parent d192f1d1f3
commit 0f6ee83311
2 changed files with 58 additions and 22 deletions

View File

@@ -115,6 +115,7 @@ enum BlockStatus: uint32_t {
BLOCK_FAILED_MASK = BLOCK_FAILED_VALID | BLOCK_FAILED_CHILD,
BLOCK_ACTIVATES_UPGRADE = 128, //! block activates a network upgrade
BLOCK_IN_TMPFILE = 256
};
//! Short-hand for the highest consensus validity we implement.