From ceba7c6e3404180cddfa1d78c67765e4acd47625 Mon Sep 17 00:00:00 2001 From: Mayukha Vadari Date: Wed, 20 May 2026 17:12:28 -0400 Subject: [PATCH] fix typo --- include/xrpl/protocol/detail/ledger_entries.macro | 1 + 1 file changed, 1 insertion(+) diff --git a/include/xrpl/protocol/detail/ledger_entries.macro b/include/xrpl/protocol/detail/ledger_entries.macro index 66ff82454e..9942699f0d 100644 --- a/include/xrpl/protocol/detail/ledger_entries.macro +++ b/include/xrpl/protocol/detail/ledger_entries.macro @@ -467,6 +467,7 @@ LEDGER_ENTRY(ltDELEGATE, 0x0083, Delegate, delegate, ({ {sfAuthorize, SoeRequired, SoeImmutable}, {sfPermissions, SoeRequired, SoeMutable}, {sfOwnerNode, SoeRequired, SoeImmutable}, + {sfDestinationNode, SoeOptional, SoeImmutable}, {sfPreviousTxnID, SoeRequired, SoeMutable}, {sfPreviousTxnLgrSeq, SoeRequired, SoeMutable}, }))