Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix agent/keys.toml panic issue #27

Merged
merged 1 commit into from
May 15, 2023
Merged

fix agent/keys.toml panic issue #27

merged 1 commit into from
May 15, 2023

Conversation

lanzafame
Copy link
Contributor

No description provided.

@lanzafame lanzafame requested a review from Schwartz10 May 15, 2023 04:36
@lanzafame lanzafame mentioned this pull request May 15, 2023
@@ -130,11 +140,34 @@ func DelegatedFromEthAddr(addr common.Address) (address.Address, error) {

// IsZeroAddress validate if it's a 0 address
func IsZeroAddress(address common.Address) bool {
if isEmptyStruct(address) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added #30

@Schwartz10 Schwartz10 merged commit 37d6ded into main May 15, 2023
@Schwartz10 Schwartz10 deleted the fix-storage-panic branch May 15, 2023 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants