This commit is contained in:
Michael Davidsaver
2022-12-12 09:14:56 -08:00
parent 0af5e972f3
commit 4cb3d4d696

View File

@ -255,7 +255,7 @@ struct LocalFL
:pfl(pfl)
,ours(false)
{
if(!pfl && (ellCount(&pchan->pre_chain)!=0 || ellCount(&pchan->pre_chain)==0)) {
if(!pfl && (ellCount(&pchan->pre_chain)!=0 || ellCount(&pchan->post_chain)!=0)) {
pfl = db_create_read_log(pchan);
if(pfl) {
ours = true;