mirror of
https://github.com/XTXMarkets/ternfs.git
synced 2026-05-06 20:31:17 -05:00
ternregistryproxy: parse ALL_BLOCK_SERVICES req
This commit is contained in:
@@ -335,6 +335,8 @@ func readRegistryRequest(
|
||||
req = &msgs.ShardBlockServicesReq{}
|
||||
case msgs.BLOCK_SERVICES_NEEDING_MIGRATION:
|
||||
req = &msgs.BlockServicesNeedingMigrationReq{}
|
||||
case msgs.ALL_BLOCK_SERVICES:
|
||||
req = &msgs.AllBlockServicesReq{}
|
||||
default:
|
||||
return nil, fmt.Errorf("bad registry request kind %v", kind)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user