latestheight

This commit is contained in:
jl777
2019-03-21 06:09:55 -11:00
parent 33e35e4dd3
commit d6c1609dad

View File

@@ -224,7 +224,7 @@ int64_t AddPaymentsInputs(struct CCcontract_info *cp,CMutableTransaction &mtx,CP
} }
else if ( ht > latestheight ) else if ( ht > latestheight )
{ {
fprintf(stderr,"ht.%d > lastheight.%d\n",ht,lastheight); fprintf(stderr,"ht.%d > lastheight.%d\n",ht,latestheight);
continue; continue;
} }
} }