Skip to content

Commit 2edbd56

Browse files
committed
fix trace_callMany errors
1 parent 65a10f6 commit 2edbd56

File tree

1 file changed

+1
-1
lines changed
  • chainbench/user/protocol

1 file changed

+1
-1
lines changed

chainbench/user/protocol/evm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def _trace_call_many_params_factory(self, rng: RNG) -> list[dict | list | str]:
136136
{
137137
"from": tx_data["from"],
138138
"to": tx_data["to"],
139-
"value": tx_data["value"],
139+
"value": "0x0",
140140
},
141141
["trace"],
142142
]

0 commit comments

Comments
 (0)