Skip to content

Commit 6bf3903

Browse files
committed
update var type
1 parent 4773529 commit 6bf3903

File tree

1 file changed

+1
-1
lines changed
  • shutter/go-shutter-settings/settings

1 file changed

+1
-1
lines changed

shutter/go-shutter-settings/settings/keyper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type KeyperConfig struct {
1616
MaxTxPointerAge int `env:"_ASSETS_MAX_TX_POINTER_AGE"`
1717
GenesisSlotTimestamp int `env:"_ASSETS_GENESIS_SLOT_TIMESTAMP"`
1818
SyncStartBlockNumber int `env:"_ASSETS_SYNC_START_BLOCK_NUMBER"`
19-
EnableAggregateValidatorRegistrationV1 int `env:"_ASSETS_ENABLE_AGGREGATE_VALIDATOR_REGISTRATION_V1"`
19+
EnableAggregateValidatorRegistrationV1 bool `env:"_ASSETS_ENABLE_AGGREGATE_VALIDATOR_REGISTRATION_V1"`
2020
Node struct {
2121
PrivateKey string `env:"SHUTTER_GNOSIS_NODE_PRIVATEKEY"`
2222
ContractsURL string `env:"SHUTTER_GNOSIS_NODE_CONTRACTSURL"`

0 commit comments

Comments
 (0)