mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-01 01:32:17 +01:00
BtcNode: Make port field final
This commit is contained in:
parent
cbea843144
commit
22aa759a0a
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ public class BtcNodes {
|
|||
@Nullable
|
||||
private final String address; // IPv4 address
|
||||
@EqualsAndHashCode.Include
|
||||
private int port = DEFAULT_PORT;
|
||||
private final int port;
|
||||
|
||||
/**
|
||||
* @param fullAddress [IPv4 address:port or onion:port]
|
||||
|
|
Loading…
Add table
Reference in a new issue