Skip to content

Commit

Permalink
Bump Golang version. Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkaplan13 committed Jun 7, 2024
1 parent 7993818 commit af2b947
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ contract MyEventImporter is EventImporter {
override
{
require(eventInfo.blockchainID == sourceBlockchainID);
require(eventInfo.log.loggerAddress = emitterContract)
require(eventInfo.log.loggerAddress == emitterContract)
// Custom logic here
// ....
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ava-labs/receipt-proofs-poc

go 1.21.10
go 1.21.11

require (
github.com/ava-labs/avalanchego v1.11.1
Expand Down

0 comments on commit af2b947

Please sign in to comment.