mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 23:06:39 +01:00
Merge pull request #7305 from alvasw/BtcNode_Make_port_field_final
BtcNode: Make port field final
This commit is contained in:
commit
0ddbd30e6b
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,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