Implement optional offer cancel on offer_create.

This commit is contained in:
Arthur Britto
2013-06-15 22:10:15 -07:00
parent 7347ad1693
commit 475ce2b899
3 changed files with 156 additions and 30 deletions

View File

@@ -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)