- 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:
Chris Beams 2014-11-14 08:56:06 +01:00
parent c8ece38889
commit 1d5673ebb1
No known key found for this signature in database
GPG key ID: 3D214F8F5BC5ED73
8 changed files with 10 additions and 20 deletions

View file

@ -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;