Skip to content

Commit edcd724

Browse files
committed
Rename codec "ip6zone" to "utf8"
1 parent e7e9f06 commit edcd724

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

multiaddr/protocols.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def __repr__(self):
124124
Protocol(P_UDP, 'udp', 'uint16be'),
125125
Protocol(P_DCCP, 'dccp', 'uint16be'),
126126
Protocol(P_IP6, 'ip6', 'ip6'),
127-
Protocol(P_IP6ZONE, 'ip6zone', 'ip6zone'),
127+
Protocol(P_IP6ZONE, 'ip6zone', 'utf8'),
128128
Protocol(P_DNS, 'dns', 'idna'),
129129
Protocol(P_DNS4, 'dns4', 'idna'),
130130
Protocol(P_DNS6, 'dns6', 'idna'),

0 commit comments

Comments
 (0)