Merge branch 'feature-optional-cancel-pr' of https://github.com/ahbritto/NewCoin into develop

This commit is contained in:
JoelKatz
2013-06-17 11:37:53 -07:00
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)