fix wrong special id (#1615)

This commit is contained in:
ldoublewood 2020-04-28 01:20:39 +08:00 committed by Jeromy
parent 939d7a7a0b
commit b7c6cc5321

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