Skip to content

Commit

Permalink
More cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ripper234 committed Jan 13, 2012
1 parent c06f00b commit a0c4fe5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/models/IncomingTransaction.java
Expand Up @@ -19,7 +19,6 @@ public IncomingTransaction(KeyPair keyPair, String payoutAddress, BigDecimal min
this.status = Status.New;
}

public String fromAddress;
@Unique
public String publicAddress;
public String payoutAddress;
Expand Down

0 comments on commit a0c4fe5

Please sign in to comment.