Commit b4aab26
committed
graph: Add serde(transparent) to AnyTransactionRequest
Without this, serde wraps the inner WithOtherFields<TransactionRequest>
in an extra struct layer when serializing, which would produce malformed
JSON for eth_call RPC requests.1 parent cb34319 commit b4aab26
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
| 86 | + | |
| 87 | + | |
85 | 88 | | |
86 | 89 | | |
87 | 90 | | |
| |||
0 commit comments