add optional destination tag to ttINVOKE

This commit is contained in:
Richard Holland
2023-03-06 09:47:20 +00:00
parent ae350c4390
commit 2b1727fb05

View File

@@ -359,6 +359,7 @@ TxFormats::TxFormats()
{sfBlob, soeOPTIONAL},
{sfDestination, soeOPTIONAL},
{sfInvoiceID, soeOPTIONAL},
{sfDestinationTag, soeOPTIONAL},
},
commonFields);