From 2b1727fb055a3eea529f279ac3b41c4f122e6144 Mon Sep 17 00:00:00 2001 From: Richard Holland Date: Mon, 6 Mar 2023 09:47:20 +0000 Subject: [PATCH] add optional destination tag to ttINVOKE --- src/ripple/protocol/impl/TxFormats.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ripple/protocol/impl/TxFormats.cpp b/src/ripple/protocol/impl/TxFormats.cpp index 926464965..8437591df 100644 --- a/src/ripple/protocol/impl/TxFormats.cpp +++ b/src/ripple/protocol/impl/TxFormats.cpp @@ -359,6 +359,7 @@ TxFormats::TxFormats() {sfBlob, soeOPTIONAL}, {sfDestination, soeOPTIONAL}, {sfInvoiceID, soeOPTIONAL}, + {sfDestinationTag, soeOPTIONAL}, }, commonFields);