Remove PublishHash support and add WalletSize.

This commit is contained in:
Arthur Britto
2012-11-01 17:20:28 -07:00
parent 6fff9d4f83
commit 3508b9fab8
8 changed files with 27 additions and 141 deletions

View File

@@ -22,11 +22,10 @@ static bool TFInit()
DECLARE_TF(AccountSet, ttACCOUNT_SET)
<< SOElement(sfEmailHash, SOE_OPTIONAL)
<< SOElement(sfWalletLocator, SOE_OPTIONAL)
<< SOElement(sfWalletSize, SOE_OPTIONAL)
<< SOElement(sfMessageKey, SOE_OPTIONAL)
<< SOElement(sfDomain, SOE_OPTIONAL)
<< SOElement(sfTransferRate, SOE_OPTIONAL)
<< SOElement(sfPublishHash, SOE_OPTIONAL)
<< SOElement(sfPublishSize, SOE_OPTIONAL)
;
DECLARE_TF(Claim, ttCLAIM)