Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

fix nil pointer exception when parameters are nil #180

Merged
merged 2 commits into from
Jun 24, 2021

Conversation

thomas-nguy
Copy link
Contributor

Closes: #XXX

Description

when Args are nils, it triggers nil pointer exception.

This PR brings a fix


For contributor use:

  • Targeted PR against correct branch (see CONTRIBUTING.md)
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the module structure standards.
  • Wrote unit and integration tests
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/)
  • Added relevant godoc comments.
  • Added a relevant changelog entry to the Unreleased section in CHANGELOG.md
  • Re-reviewed Files changed in the Github PR explorer

For admin use:

  • Added appropriate labels to PR (ex. WIP, R4R, docs, etc)
  • Reviewers assigned
  • Squashed all commits, uses message "Merge pull request #XYZ: [title]" (coding standards)

@thomas-nguy thomas-nguy force-pushed the thomas/fix-nil-pointer-exception branch from 5ecf922 to f7b3ff1 Compare June 24, 2021 07:52
ethereum/rpc/types/types.go Show resolved Hide resolved
@fedekunze fedekunze merged commit b7f00d5 into evmos:main Jun 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants