mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-30 18:28:52 -04:00
removed unused code, comments, small refactorings
This commit is contained in:
parent
d3d23cc459
commit
919cde4e43
75 changed files with 142 additions and 457 deletions
|
@ -19,7 +19,7 @@ package io.bitsquare.trade;
|
|||
|
||||
import io.bitsquare.bank.BankAccountType;
|
||||
import io.bitsquare.locale.Country;
|
||||
import io.bitsquare.user.Arbitrator;
|
||||
import io.bitsquare.arbitrator.Arbitrator;
|
||||
|
||||
import com.google.bitcoin.core.Coin;
|
||||
|
||||
|
@ -34,6 +34,8 @@ import java.util.Date;
|
|||
import java.util.List;
|
||||
import java.util.Locale;
|
||||
|
||||
//TODO flatten down?
|
||||
|
||||
public class Offer implements Serializable {
|
||||
private static final long serialVersionUID = -971164804305475826L;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue