Tidy up LedgerEntrySet

This commit is contained in:
Vinnie Falco
2013-06-16 08:30:07 -07:00
parent 1407aedbf3
commit 326ff5a205
10 changed files with 81 additions and 17 deletions

View File

@@ -358,6 +358,9 @@ public:
//
// Index of node which is the ripple state between two accounts for a currency.
// VFALCO NOTE Rename these to make it clear they are simple functions that
// don't access global variables. e.g. "calculateKeyFromRippleStateAndAddress"
//
static uint256 getRippleStateIndex (const RippleAddress & naA, const RippleAddress & naB, const uint160 & uCurrency);
static uint256 getRippleStateIndex (const uint160 & uiA, const uint160 & uiB, const uint160 & uCurrency)
{