mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01:00
Add I2P as enum entry
This commit is contained in:
parent
e52a821f34
commit
e442283db4
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ public class DtoNetworkInfo {
|
|||
|
||||
@RequiredArgsConstructor
|
||||
public enum NetworkType {
|
||||
IPV4("ipv4"), IPV6("ipv6"), ONION("onion");
|
||||
IPV4("ipv4"), IPV6("ipv6"), ONION("onion"), I2P("i2p");
|
||||
|
||||
@Getter(onMethod_ = @JsonValue)
|
||||
private final String name;
|
||||
|
|
Loading…
Add table
Reference in a new issue