mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-18 04:40:03 +02:00
app/config/config.go: Adding ShipConfig.Chain
This commit is contained in:
parent
ae5dabff36
commit
e0f7e3b4e9
2 changed files with 5 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ type ShipConfig struct {
|
|||
MaxMessagesInFlight uint32 `yaml:"max_messages_in_flight"`
|
||||
StartBlockNum uint32 `yaml:"start_block_num"`
|
||||
EndBlockNum uint32 `yaml:"end_block_num"`
|
||||
Chain string `yaml:"chain"`
|
||||
}
|
||||
|
||||
type Config struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue