diff --git a/core/src/main/java/bisq/core/dao/burningman/DelayedPayoutTxReceiverService.java b/core/src/main/java/bisq/core/dao/burningman/DelayedPayoutTxReceiverService.java index 1a1512938fe..4d2df54ad69 100644 --- a/core/src/main/java/bisq/core/dao/burningman/DelayedPayoutTxReceiverService.java +++ b/core/src/main/java/bisq/core/dao/burningman/DelayedPayoutTxReceiverService.java @@ -78,7 +78,6 @@ public static boolean isHotfixActivated() { // spike when opening arbitration. private static final long DPT_MIN_TX_FEE_RATE = 10; - private final DaoStateService daoStateService; private final BurningManService burningManService; private int currentChainHeight;