mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 22:45:52 +00:00
Remove BookRef and IssueRef (RIPD-1028)
This commit is contained in:
committed by
Vinnie Falco
parent
6db0ceaf81
commit
3af0c38315
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user