add array xpop path

This commit is contained in:
Denis Angell
2023-10-30 15:46:57 +01:00
committed by RichardAH
parent c65ee9d7f9
commit 1b9373e220

View File

@@ -73,9 +73,6 @@ syntaxCheckProof(Json::Value const& proof, beast::Journal const& j, int depth =
if (proof.isArray())
{
JLOG(j.warn()) << "XPOP.transaction.proof list xpop is disabled";
return false;
// List form
if (proof.size() != 16)
{