Fix maligned
This commit is contained in:
parent
a368165461
commit
ac511adc71
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue