mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-05-12 19:42:15 -04:00
Polish
- Use AtomicBoolean vs. SimpleBooleanProperty in TomP2PTests to avoid use of javax.* classes where they aren't otherwise necessary. - Reformat code globally to eliminate trailing whitespace and fix indentation - Optimize imports globally to eliminate unused imports
This commit is contained in:
parent
c8ece38889
commit
1d5673ebb1
8 changed files with 10 additions and 20 deletions
|
@ -26,9 +26,6 @@ import org.bitcoinj.core.Transaction;
|
|||
|
||||
import javax.inject.Inject;
|
||||
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
public class FeePolicy {
|
||||
|
||||
public static final Coin TX_FEE = Transaction.REFERENCE_DEFAULT_MIN_TX_FEE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue