neo-go/pkg/services/blockfetcher
Ekaterina Pavlova c79ffa967f services: add default values for NeoFSBlockFetcher configuration
The minimum sufficient configuration is Addresses and ContainerID,
example:
```
  NeoFSBlockFetcher:
    Enabled: true
    Addresses:
      - st1.storage.fs.neo.org:8080
      - st2.storage.fs.neo.org:8080
      - st3.storage.fs.neo.org:8080
      - st4.storage.fs.neo.org:8080
    ContainerID: "87JRc7vyWcjW8uS32LMoLTAj4ckCzFZWfKbacjU3sAob"
```

Close #3718

Signed-off-by: Ekaterina Pavlova <ekt@morphbits.io>
2024-12-13 11:39:22 +03:00
..
blockfetcher.go services: add default values for NeoFSBlockFetcher configuration 2024-12-13 11:39:22 +03:00
blockfetcher_test.go services: add default values for NeoFSBlockFetcher configuration 2024-12-13 11:39:22 +03:00