Skip to content

Commit

Permalink
Update bridge/internal/config/relayer.go
Browse files Browse the repository at this point in the history
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
  • Loading branch information
mask-pp and 0xmountaintop authored Aug 31, 2023
1 parent 253b9a9 commit 0e24477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridge/internal/config/relayer.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ type RelayerConfig struct {
FinalizeBatchIntervalSec uint64 `json:"finalize_batch_interval_sec"`
// MessageRelayMinGasLimit to avoid OutOfGas error
MessageRelayMinGasLimit uint64 `json:"message_relay_min_gas_limit,omitempty"`
// chain-monitor endpoint
// ChainMonitor config of monitoring service
ChainMonitor *ChainMonitor `json:"chain_monitor,omitempty"`
// The private key of the relayer
MessageSenderPrivateKey *ecdsa.PrivateKey `json:"-"`
Expand Down

0 comments on commit 0e24477

Please sign in to comment.