Remove Account field from AccountRootNode.

This commit is contained in:
Arthur Britto
2012-08-14 15:50:35 -07:00
parent 07f5bf2612
commit 5ddbf968bf
3 changed files with 28 additions and 34 deletions

View File

@@ -139,7 +139,6 @@ public:
STAmount saInAct; // Amount spent by sender (calc output)
STAmount saOutReq; // Amount to send (calc input)
STAmount saOutAct; // Amount actually sent (calc output).
bool bDirty; // Path not computed.
PathState(
int iIndex,