Skip to content

Commit

Permalink
chore(zetaclient): remove btc references in Solana client
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Aug 27, 2024
1 parent 36370df commit b0f8cfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion zetaclient/chains/solana/observer/inbound.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func (ob *Observer) WatchInbound(ctx context.Context) error {
}
}

// ObserveInbound observes the Bitcoin chain for inbounds and post votes to zetacore.
// ObserveInbound observes the Solana chain for inbounds and post votes to zetacore.
func (ob *Observer) ObserveInbound(ctx context.Context) error {
chainID := ob.Chain().ChainId
pageLimit := solanarpc.DefaultPageLimit
Expand Down
4 changes: 2 additions & 2 deletions zetaclient/chains/solana/signer/signer.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (

var _ interfaces.ChainSigner = (*Signer)(nil)

// Signer deals with signing BTC transactions and implements the ChainSigner interface
// Signer deals with signing Solana transactions and implements the ChainSigner interface
type Signer struct {
*base.Signer

Expand All @@ -41,7 +41,7 @@ type Signer struct {
pda solana.PublicKey
}

// NewSigner creates a new Bitcoin signer
// NewSigner creates a new Solana signer
func NewSigner(
chain chains.Chain,
chainParams observertypes.ChainParams,
Expand Down

0 comments on commit b0f8cfa

Please sign in to comment.