Fix maligned
This commit is contained in:
parent
a368165461
commit
ac511adc71
|
@ -17,12 +17,12 @@ import (
|
|||
type AlertJobParams struct {
|
||||
Bridge string
|
||||
HomeChainID string
|
||||
HomeStartBlockNumber uint
|
||||
HomeBridgeAddress common.Address
|
||||
HomeWhitelistedSenders []common.Address
|
||||
ForeignChainID string
|
||||
HomeStartBlockNumber uint
|
||||
ForeignStartBlockNumber uint
|
||||
HomeBridgeAddress common.Address
|
||||
ForeignBridgeAddress common.Address
|
||||
HomeWhitelistedSenders []common.Address
|
||||
}
|
||||
|
||||
type AlertMetricValues map[string]string
|
||||
|
|
Loading…
Reference in New Issue