bisq/seednode/src
chimp1984 f93cd7de48
Enforce inclusion of TradeLimits for headless apps
PaymentMethod use an instance of TradeLimits and expect that it
has been injected, which is the case for desktop but not for
headless apps, so we enforce injection in the app base classes
used for headless apps.

The validation of trade statistics use a method in PaymentMethod
where that dependency is required.

Tha hack how the PaymentMethod use TradeLimits is not nice, but
would require more effort for refactoring.
2021-11-24 09:48:00 +01:00
..
main Enforce inclusion of TradeLimits for headless apps 2021-11-24 09:48:00 +01:00
test/java/bisq/seednode Remove TestConfig in favor of reworked Config ctors 2020-01-20 16:46:57 +01:00