This commit is contained in:
jl777
2016-11-18 11:10:51 -03:00
parent 3d899a389b
commit 9273e756a1
3 changed files with 12 additions and 4 deletions

View File

@@ -38,6 +38,6 @@ struct notarized_checkpoint { uint256 notarized_hash,notarized_desttxid; int32_t
struct komodo_state
{
uint256 NOTARIZED_HASH,NOTARIZED_DESTTXID;
int32_t CURRENT_HEIGHT,NOTARIZED_HEIGHT;
int32_t CURRENT_HEIGHT,NOTARIZED_HEIGHT,rewinding;
// gateway state
};