mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-20 07:46:05 -04:00
Rename transaction to transactions
This commit is contained in:
parent
7eff8dc02e
commit
d7f996946e
@ -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…
x
Reference in New Issue
Block a user