mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-03 02:56:56 -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;
|
||||
}
|
||||
|
||||
public SelectDepositTxWindow transactions(List<Transaction> transaction) {
|
||||
this.transactions = transaction;
|
||||
public SelectDepositTxWindow transactions(List<Transaction> transactions) {
|
||||
this.transactions = transactions;
|
||||
return this;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue