-
Notifications
You must be signed in to change notification settings - Fork 20.4k
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
Tags in accounts abi #16737
Tags in accounts abi #16737
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM if travis goes green
Duplicate of #16603 |
diff --git a/accounts/abi/argument.go b/accounts/abi/argument.go
@@ -151,17 +157,22 @@ func (arguments Arguments) unpackAtomic(v interface{}, marshalledValues []interf
-//unpackStruct extracts each argument into its corresponding struct field
+var jsonEventMixedCase = []byte(`{
// 1000000 // "0x00Ce0d46d924CC8437c806721496599FC3FFA268", 2218516807680, "usd" +// 1000000,2218516807680,1000001
// indirect recursively dereferences the value until it either gets the value -// requireUniqueStructFieldNames makes sure field names don't collide
|
Because of a timing issue, #16648 didn't get merged properly. This is the fix.