Tags in accounts abi#16737
Conversation
holiman
left a comment
There was a problem hiding this comment.
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.