mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-27 00:45:23 -04:00
Improve UI, add notification popups, fee warning,...
This commit is contained in:
parent
9438bc818e
commit
1f8b1b0e01
50 changed files with 634 additions and 435 deletions
|
@ -50,4 +50,6 @@ public class Tuple3<A, B, C> implements Serializable {
|
|||
result = 31 * result + (third != null ? third.hashCode() : 0);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue