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

@@ -41,7 +41,8 @@ static int initFields()
sfSigningPubKey.setMeta(SFM_CHANGE); sfAuthorizedKey.setMeta(SFM_CHANGE);
sfSigningAccounts.setMeta(SFM_CHANGE);
sfWalletLocator.setMeta(SFM_CHANGE);
sfWalletLocator.setMeta(SFM_ALWAYS);
sfWalletSize.setMeta(SFM_ALWAYS);
sfNickname.setMeta(SFM_CHANGE);
sfAmount.setMeta(SFM_ALWAYS);
sfDomain.setMeta(SFM_CHANGE);