Fix maligned

This commit is contained in:
Kirill Fedoseev 2022-05-22 15:49:45 +04:00
parent a368165461
commit ac511adc71
1 changed files with 3 additions and 3 deletions

View File

@ -17,12 +17,12 @@ import (
type AlertJobParams struct { type AlertJobParams struct {
Bridge string Bridge string
HomeChainID string HomeChainID string
HomeStartBlockNumber uint
HomeBridgeAddress common.Address
HomeWhitelistedSenders []common.Address
ForeignChainID string ForeignChainID string
HomeStartBlockNumber uint
ForeignStartBlockNumber uint ForeignStartBlockNumber uint
HomeBridgeAddress common.Address
ForeignBridgeAddress common.Address ForeignBridgeAddress common.Address
HomeWhitelistedSenders []common.Address
} }
type AlertMetricValues map[string]string type AlertMetricValues map[string]string