fix wrong special id (#1615)

This commit is contained in:
ldoublewood
2020-04-27 10:26:28 -07:00
committed by Jeromy
parent 939d7a7a0b
commit b7c6cc5321
+1 -1
View File
@@ -82,7 +82,7 @@ var (
BaseRoutingKey = special{7} // fx groups + multiret
NatPortMapKey = special{8} // Libp2p option
ConnectionManagerKey = special{9} // Libp2p option
AutoNATSvcKey = special{9} // Libp2p option
AutoNATSvcKey = special{10} // Libp2p option
)
type invoke int