Skip to content

Commit

Permalink
Merge pull request bisq-network#5840 from chimp1984/add-i2p-to-btc-co…
Browse files Browse the repository at this point in the history
…re-networktypes

Add I2P as enum entry
  • Loading branch information
ripcurlx authored Nov 18, 2021
2 parents ef7ce10 + e442283 commit b5a43c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public static class LocalAddress {

@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;
Expand Down

0 comments on commit b5a43c7

Please sign in to comment.