mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-02 11:46:11 -04:00
Rename transaction to transactions
This commit is contained in:
parent
7eff8dc02e
commit
d7f996946e
1 changed files with 2 additions and 2 deletions
|
@ -72,8 +72,8 @@ public class SelectDepositTxWindow extends Overlay<SelectDepositTxWindow> {
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
public SelectDepositTxWindow transactions(List<Transaction> transaction) {
|
public SelectDepositTxWindow transactions(List<Transaction> transactions) {
|
||||||
this.transactions = transaction;
|
this.transactions = transactions;
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue