Skip to content

Commit 25cd7d8

Browse files
authored
fix(backport): remove duplicate solana post-gas-price goroutine (#4194) (#4268)
1 parent c9e82ea commit 25cd7d8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212

1313
* [4144](https://github.com/zeta-chain/node/pull/4144) - standardize structured logging for zetaclient
1414

15+
### Fixes
16+
17+
* [4194](https://github.com/zeta-chain/node/pull/4194) - remove duplicate solana post-gas-price goroutine
18+
1519
## v33.0.0
1620

1721
### Features

zetaclient/chains/solana/solana.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ func (s *Solana) Start(ctx context.Context) error {
100100
register(s.observer.ProcessInboundTrackers, "process_inbound_trackers", optInboundInterval, optInboundSkipper)
101101
register(s.observer.PostGasPrice, "post_gas_price", optGasInterval, optGenericSkipper)
102102
register(s.observer.CheckRPCStatus, "check_rpc_status")
103-
register(s.observer.PostGasPrice, "post_gas_price", optGasInterval, optGenericSkipper)
104103
register(s.observer.ProcessOutboundTrackers, "process_outbound_trackers", optOutboundInterval, optOutboundSkipper)
105104

106105
// CCTX scheduler (every zetachain block)

0 commit comments

Comments
 (0)