mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 18:03:12 +01:00
Add I2P as enum entry
This commit is contained in:
parent
ef7ce109ac
commit
08eb54efbd
@ -91,7 +91,7 @@ public class DtoNetworkInfo {
|
|||||||
|
|
||||||
@RequiredArgsConstructor
|
@RequiredArgsConstructor
|
||||||
public enum NetworkType {
|
public enum NetworkType {
|
||||||
IPV4("ipv4"), IPV6("ipv6"), ONION("onion");
|
IPV4("ipv4"), IPV6("ipv6"), ONION("onion"), I2P("i2p");
|
||||||
|
|
||||||
@Getter(onMethod_ = @JsonValue)
|
@Getter(onMethod_ = @JsonValue)
|
||||||
private final String name;
|
private final String name;
|
||||||
|
Loading…
Reference in New Issue
Block a user