Skip to content

Commit

Permalink
Merge branch 'main' into decider
Browse files Browse the repository at this point in the history
  • Loading branch information
feuGeneA authored Jul 22, 2024
2 parents 4b7a198 + cff4235 commit 6402790
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To start developing on AWM Relayer, you'll need Golang v1.21.12.

## Features

- If you want to start a discussion about the development of a new feature or the modfiication of an existing one, start a thread under GitHub [discussions](https://github.com/ava-labs/awm-relayer/discussions/categories/ideas).
- If you want to start a discussion about the development of a new feature or the modification of an existing one, start a thread under GitHub [discussions](https://github.com/ava-labs/awm-relayer/discussions/categories/ideas).
- Post a thread about your idea and why it should be added to AWM Relayer.
- Don't start working on a pull request until you've received positive feedback from the maintainers.

Expand Down
2 changes: 1 addition & 1 deletion config/destination_blockchain.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

// Destination blockchain configuration. Specifies how to connect to and issue
// transactions on the desination blockchain.
// transactions on the destination blockchain.
type DestinationBlockchain struct {
SubnetID string `mapstructure:"subnet-id" json:"subnet-id"`
BlockchainID string `mapstructure:"blockchain-id" json:"blockchain-id"`
Expand Down
2 changes: 1 addition & 1 deletion main/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ func main() {

// errgroup will cancel the context when the first goroutine returns an error
errGroup.Go(func() error {
// runListener runs until it errors or the context is cancelled by another goroutine
// runListener runs until it errors or the context is canceled by another goroutine
return relayer.RunListener(
ctx,
logger,
Expand Down

0 comments on commit 6402790

Please sign in to comment.