Remove BookRef and IssueRef (RIPD-1028)

This commit is contained in:
Miguel Portilla
2015-09-22 16:46:09 -04:00
committed by Vinnie Falco
parent 6db0ceaf81
commit 3af0c38315
16 changed files with 364 additions and 302 deletions

View File

@@ -2650,7 +2650,7 @@ void NetworkOPsImp::getBookPage (
{
// If either asset is globally frozen, consider all offers
// that aren't ours to be totally unfunded
saOwnerFunds.clear (IssueRef (book.out.currency, book.out.account));
saOwnerFunds.clear (book.out);
}
else
{
@@ -2817,7 +2817,7 @@ void NetworkOPsImp::getBookPage (
{
// If either asset is globally frozen, consider all offers
// that aren't ours to be totally unfunded
saOwnerFunds.clear (IssueRef (book.out.currency, book.out.account));
saOwnerFunds.clear (book.out);
}
else
{