Revert "chore(ci): refresh UNL report generated artifacts"

This reverts commit 558016442d.
This commit is contained in:
Nicholas Dudfield
2026-07-13 05:56:15 +07:00
parent 23d5a15111
commit c4841195e2
4 changed files with 1 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ Loop: xrpld.app xrpld.nodestore
xrpld.app > xrpld.nodestore
Loop: xrpld.app xrpld.overlay
xrpld.overlay ~= xrpld.app
xrpld.overlay == xrpld.app
Loop: xrpld.app xrpld.peerfinder
xrpld.app > xrpld.peerfinder

View File

@@ -38,7 +38,6 @@ test.beast > xrpl.basics
test.conditions > xrpl.basics
test.conditions > xrpld.conditions
test.consensus > test.csf
test.consensus > test.jtx
test.consensus > test.toplevel
test.consensus > test.unit_test
test.consensus > xrpl.basics

View File

@@ -53,10 +53,6 @@ enum ltNFTOKEN_OFFER {
enum ltURI_TOKEN {
lsfBurnable = 0x00000001,
};
enum ltUNL_REPORT_MEMBER {
lsfUNLReportMemberEquivocationFreeze = 0x00000001,
lsfUNLReportMemberSigningKeyCollisionFreeze = 0x00000002,
};
enum remarks {
lsfImmutable = 1,
};

View File

@@ -77,4 +77,3 @@
#define ttUNL_REPORT 104
#define ttCONSENSUS_ENTROPY 105
#define ttEXPORT_SIGNATURES 106
#define ttUNL_REPORT_MEMBER 107