mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-04 10:45:50 +00:00
add array xpop path
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user