mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Merge pull request #5840 from chimp1984/add-i2p-to-btc-core-networktypes
Add I2P as enum entry
This commit is contained in:
commit
b5a43c7f95
@ -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…
Reference in New Issue
Block a user