fix wrong special id (#1615)
This commit is contained in:
parent
939d7a7a0b
commit
b7c6cc5321
@ -82,7 +82,7 @@ var (
|
|||||||
BaseRoutingKey = special{7} // fx groups + multiret
|
BaseRoutingKey = special{7} // fx groups + multiret
|
||||||
NatPortMapKey = special{8} // Libp2p option
|
NatPortMapKey = special{8} // Libp2p option
|
||||||
ConnectionManagerKey = special{9} // Libp2p option
|
ConnectionManagerKey = special{9} // Libp2p option
|
||||||
AutoNATSvcKey = special{9} // Libp2p option
|
AutoNATSvcKey = special{10} // Libp2p option
|
||||||
)
|
)
|
||||||
|
|
||||||
type invoke int
|
type invoke int
|
||||||
|
Loading…
Reference in New Issue
Block a user