From 3eb69544f7f3311edba231c41ec59fc7b4476791 Mon Sep 17 00:00:00 2001 From: Michael Toutonghi Date: Sat, 14 Apr 2018 11:40:44 -0700 Subject: [PATCH] Finished build fix --- src/komodo_utils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/komodo_utils.h b/src/komodo_utils.h index e9e7ac139..478d9d307 100644 --- a/src/komodo_utils.h +++ b/src/komodo_utils.h @@ -1775,9 +1775,9 @@ void komodo_args(char *argv0) // hash in lock above for time locked coinbase transactions above a certain reward value only if the lock above // param was specified, otherwise, for compatibility, do nothing - if ( ASSETCHAINS_LOCKABOVE != _ASSETCHAINS_TIMELOCKABOVE ) + if ( ASSETCHAINS_TIMELOCKABOVE != _ASSETCHAINS_TIMELOCKABOVE ) { - extralen += iguana_rwnum(1,&extraptr[extralen],sizeof(ASSETCHAINS_LOCKABOVE),(void *)&ASSETCHAINS_LOCKABOVE); + extralen += iguana_rwnum(1,&extraptr[extralen],sizeof(ASSETCHAINS_TIMELOCKABOVE),(void *)&ASSETCHAINS_TIMELOCKABOVE); } extralen += iguana_rwnum(1,&extraptr[extralen],sizeof(ASSETCHAINS_COMMISSION),(void *)&ASSETCHAINS_COMMISSION);