Fix offset

This commit is contained in:
jl777
2019-06-11 00:27:51 -11:00
parent bdc06b1b37
commit 25d6cd8edd
2 changed files with 5 additions and 5 deletions

View File

@@ -673,7 +673,7 @@ int32_t komodo_bannedset(int32_t *indallvoutsp,uint256 *array,int32_t max)
}
for (i=0; i<sizeof(banned_txids)/sizeof(*banned_txids); i++)
array[i] = uint256S(banned_txids[i]);
*indallvoutsp = i-6;
*indallvoutsp = i-9;
return(i);
}