Change count to 'SerializedValue' to better reflect what it is.

This commit is contained in:
JoelKatz
2012-10-31 19:25:05 -07:00
parent b1c9151470
commit 0830cf4ca8
2 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@
#include "TransactionErr.h"
SETUP_LOG();
DECLARE_INSTANCE(SerializedEntry);
DECLARE_INSTANCE(SerializedValue);
STAmount saZero(CURRENCY_ONE, ACCOUNT_ONE, 0);
STAmount saOne(CURRENCY_ONE, ACCOUNT_ONE, 1);