Skip to content

Commit f16260e

Browse files
committed
[Fluid] Just log ban account not found, not a consensus error
1 parent 42cf6fb commit f16260e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/fluid/fluid.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ bool CFluid::CheckFluidOperationScript(const CScript& fluidScriptPubKey, const i
166166
if (!DomainEntryExists(vchBanAccountFQDN)) {
167167
LogPrintf("%s -- Can't ban %s account because it was not found.\n", __func__, strBanAccountFQDN);
168168
errorMessage = strprintf("Can't ban %s account because it was not found.", strBanAccountFQDN);
169-
return false;
170169
}
171170
}
172171
}

0 commit comments

Comments
 (0)