use network bundle names consistent with the network name
This commit is contained in:
@@ -57,10 +57,7 @@ func LoadBundle(ctx context.Context, bs blockstore.Blockstore, path string, av a
|
||||
|
||||
// utility for blanket loading outside DI
|
||||
func FetchAndLoadBundles(ctx context.Context, bs blockstore.Blockstore, bar map[actors.Version]build.Bundle) error {
|
||||
netw := build.NetworkBundle
|
||||
if netw == "" {
|
||||
netw = "mainnet"
|
||||
}
|
||||
netw := build.GetNetworkBundle()
|
||||
|
||||
path := os.Getenv("LOTUS_PATH")
|
||||
if path == "" {
|
||||
|
||||
Reference in New Issue
Block a user