diff --git a/src/ripple/app/paths/impl/PaymentView.cpp b/src/ripple/app/paths/impl/PaymentView.cpp index 5939c76c8b..691f4a8656 100644 --- a/src/ripple/app/paths/impl/PaymentView.cpp +++ b/src/ripple/app/paths/impl/PaymentView.cpp @@ -28,6 +28,9 @@ PaymentView::balanceHook (AccountID const& account, AccountID const& issuer, STAmount const& amount) const { + if (pv_) + return tab_.adjustedBalance ( + account, issuer, pv_->balanceHook (account, issuer, amount)); return tab_.adjustedBalance( account, issuer, amount); }