Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Get payment method ID from offerPayload.
Was getting an NPE with closed trades older than v1.7.0. makerPaymentMethodId was new at that point (null for older trades). makerPaymentAccountPayload can be null for trades where we have removed account info for privacy reasons (see #6001). The payment method ID can always be obtained from offerPayload.
- Loading branch information