Merge branch 'features1.4/database' into develop-1.4
This commit is contained in:
commit
a03db07d32
|
@ -21,7 +21,6 @@ public class Transaction {
|
|||
private String transactionUnit;
|
||||
|
||||
public Transaction() {
|
||||
super();
|
||||
}
|
||||
|
||||
public Transaction(long transactionDate, String transactionFrom, String transactionTo, String transactionHash, Double transactionAmount, String transactionUnit) {
|
||||
|
|
Loading…
Reference in a new issue