mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-25 07:27:18 +01:00
* Use strict stubbing for ReceiptValidatorTest to avoid confusion Remove redundant stubs from the MoneyGram and Western Union tests and ensure that all such stubs result in failure. In particular, the 'offer' mock is never accessed directly by ReceiptValidator. * Prevent taking of offers with unequal bank account types Use stricter criteria when deciding which of the taker's accounts (if any) are valid for a given offer. Specifically, prevent National Bank accounts from being used to take Same / Specific Bank(s) offers, so the three payment method types can never being mixed. This prevents an error on the trading peer when the trade starts, due to enforcement of equal maker & taker payment method IDs (except for SEPA) in the Contract payload constructor. This partially addresses #3602, where the erroneous peer response causes the taker to be presented with a confusing timeout. |
||
---|---|---|
.. | ||
java/bisq/core | ||
resources |