Skip to content

Commit

Permalink
update mainnet btc deposit fee height
Browse files Browse the repository at this point in the history
  • Loading branch information
ws4charlie committed Feb 29, 2024
1 parent 1f5313c commit 7065067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zetaclient/bitcoin/bitcoin_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import (
)

const (
DynamicDepositorFeeHeight = 832000 // Bitcoin block height to switch to dynamic depositor fee
DynamicDepositorFeeHeight = 834500 // Bitcoin block height to switch to dynamic depositor fee
)

var _ interfaces.ChainClient = &BTCChainClient{}
Expand Down

0 comments on commit 7065067

Please sign in to comment.