Skip to content

Commit

Permalink
Merge branch 'develop' into authority-table
Browse files Browse the repository at this point in the history
  • Loading branch information
kingpinXD authored May 31, 2024
2 parents 61867bd + 0e75423 commit c61594b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion x/crosschain/keeper/refund.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func (k Keeper) RefundAmountOnZetaChainGas(
return nil
}

// RefundAmountOnZetaChainGas refunds the amount of the cctx on ZetaChain in case of aborted cctx with cointype zeta
// RefundAmountOnZetaChainZeta refunds the amount of the cctx on ZetaChain in case of aborted cctx with cointype zeta
func (k Keeper) RefundAmountOnZetaChainZeta(
ctx sdk.Context,
cctx types.CrossChainTx,
Expand Down
2 changes: 1 addition & 1 deletion x/lightclient/types/block_header_verification.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func (b *BlockHeaderVerification) IsChainEnabled(chainID int64) bool {
return false
}

// GetHeaderSupportedChainIDList returns a list of chain IDs that have block header verification enabled
// GetHeaderEnabledChainIDs returns a list of chain IDs that have block header verification enabled
func (b *BlockHeaderVerification) GetHeaderEnabledChainIDs() []int64 {
var enabledChains []int64
for _, v := range b.HeaderSupportedChains {
Expand Down
2 changes: 1 addition & 1 deletion zetaclient/chains/bitcoin/observer/observer.go
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ func GetTxResultByHash(
return hash, txResult, nil
}

// GetBlockHeightByTxHash gets the block height by block hash
// GetBlockHeightByHash gets the block height by block hash
func GetBlockHeightByHash(
rpcClient interfaces.BTCRPCClient,
hash string,
Expand Down

0 comments on commit c61594b

Please sign in to comment.