From c3a0e1df4458128b27159c01cc4756949d733232 Mon Sep 17 00:00:00 2001 From: Denis Angell Date: Mon, 30 Oct 2023 15:46:57 +0100 Subject: [PATCH] add array xpop path --- src/ripple/protocol/Import.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ripple/protocol/Import.h b/src/ripple/protocol/Import.h index f2f6c8452..937bca6c7 100644 --- a/src/ripple/protocol/Import.h +++ b/src/ripple/protocol/Import.h @@ -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) {