mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Implement optional offer cancel on offer_create.
This commit is contained in:
@@ -43,6 +43,7 @@ void TFInit ()
|
||||
<< SOElement (sfTakerPays, SOE_REQUIRED)
|
||||
<< SOElement (sfTakerGets, SOE_REQUIRED)
|
||||
<< SOElement (sfExpiration, SOE_OPTIONAL)
|
||||
<< SOElement (sfOfferSequence, SOE_OPTIONAL)
|
||||
;
|
||||
|
||||
DECLARE_TF (OfferCancel, ttOFFER_CANCEL)
|
||||
|
||||
Reference in New Issue
Block a user